Indexer (int)
Gets the parameter in this collection located at the given index.
Type: XJEaseParameterCollection
Namespace: XJTAG.Integration.XJRunner
Syntax
public XJEaseParameter this[int index] { get; }
Type
Parameters
- index
Type: int
The index of the parameter in this collection to return.
Exceptions
- System.ArgumentOutOfRangeException
The given index is less than 0, or greater than or equal to Count.
XJTAG v4.2.5
