Click or drag to resize

MultiCollectionTItem Property

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public T this[
	int ind
] { get; }

Parameters

ind
Type: SystemInt32
The index of the element.

Return Value

Type: T
The element at index ind.
See Also