Indexer (int)

Gets the item in the array located at the given index.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameter this[int index] { get; }

Parameters

index

Type: int

The index of the item in this array to return.

Exceptions

System.ArgumentOutOfRangeException

The given index is less than 0, or greater than or equal to Length.