Click or drag to resize

CollectionCoreTIListRemove Method

Removes the first occurrence of a specific object from the IList.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void IList.Remove(
	Object value
)

Parameters

value
Type: SystemObject
The Object to remove from the IList.

Implements

IListRemove(Object)
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList is read-only.-or- The IList has a fixed size.
See Also