Click or drag to resize

PrefetchPath2IListRemove 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.5.0.0 (5.5.18.1019)
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