 | MultiCollectionTItem Property |
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic T this[
int ind
] { get; }
Parameters
- ind
- Type: SystemInt32
The index of the element.
Return Value
Type:
TThe element at index
ind.
See Also