CustomSortHelperTItem Property

Indexer to get or set the specified item in the list.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the item to access.

Return Value

T
The item at the specified index.

See Also