DataObjectCollection T  Item Property Nemiro.Data.dll
Returns the item at the specified index.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public T this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
Index (zero) item to be obtained.

Property Value

Type: T

Implements

IList T  Item Int32 
See Also