Click or drag to resize

CollectionCore<T>.IList.RemoveAt Method

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

Parameters

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

Implements

IList.RemoveAt(Int32)
Exceptions
See Also