Method GetArgs
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.