Click or drag to resize

InfiniteListTItem Property

returns item of given index

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T this[
	int ind
] { get; set; }

Parameters

ind
Type: SystemInt32
index of the item to return

Return Value

Type: T
item of given index
See Also