Table of Contents

Method GetArgs

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetArgs()

Returns the argument table attached to this execution.

public Dictionary<int, Args> GetArgs()

Returns

Dictionary<int, Args>

The dictionary of execution arguments keyed by Args identifiers.

Remarks

The returned dictionary is the context's live argument store, not a defensive copy.