[]
Gets the IValue argument at the specified index.
IValue this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IValue
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index of argument. |
Type | Description |
---|---|
IValue | An IValue instance indicates value of the specified argument. |