Set
This method sets an argument.
Syntax
public virtual void Set(uint Index, object Item)
Parameter
Name | Type | Description |
---|---|---|
Index | uint | Index of the argument to be set. |
Item | object | The new argument. |
This method sets an argument.
public virtual void Set(uint Index, object Item)
Name | Type | Description |
---|---|---|
Index | uint | Index of the argument to be set. |
Item | object | The new argument. |