[]
Gets the parameter at the specified position.
IParameter this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IParameter
Type | Name | Description |
---|---|---|
int | index | The position of the parameter. |
Type | Description |
---|---|
IParameter | An IParameter object represents the parameter. |