Click or drag to resize

EntityFieldsCore<TField>.IList<IEntityFieldCore>.RemoveAt Method

Removes the field at the index specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
void IList<IEntityFieldCore>.RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
The index.

Implements

IList<T>.RemoveAt(Int32)
See Also