Click or drag to resize

JCOBridgeStreamTItem Property

Gets or sets the element at the specified index.

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

Parameters

index  Int32
Zero-based index of the element to access.

Return Value

T
The element of type T at index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is negative or greater than or equal to Count.
NotSupportedException The stream is read-only and a set operation was attempted.
See Also