DataObjectCollection T  RemoveAt Method Nemiro.Data.dll
Removes 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 void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
Index (zero) item, which must be removed.

Implements

IList T  RemoveAt(Int32)
See Also