 | JCOBridgeStreamTItem Property |
Gets or sets the element at the specified index.
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic T this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As T
Get
Set
Parameters
- index Int32
- Zero-based index of the element to access.
Return Value
TThe element of type
T at
index.
Exceptions
See Also