Click or drag to resize

SpanTItem Property

Gets or sets the element at the specified index.

Namespace: System
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public ref T this[
	int index
] { get; }

Parameters

index  Int32
Zero-based index of the element.

Property Value

T
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown when index is negative or greater than or equal to Length.
See Also