Click or drag to resize

CollectionCoreTIListRemoveAt Method

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
void IList.RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.

Implements

IListRemoveAt(Int32)
Exceptions
See Also