Click or drag to resize
SortExpressionIListRemove 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.3.0.0 (5.3.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