UniqueListTICollectionTRemove Method |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax bool ICollection<T>.Remove(
T item
)
Private Function Remove (
item As T
) As Boolean Implements ICollection(Of T).Remove
Parameters
- item
- Type: T
The object to remove from the ICollectionT.
Return Value
Type:
Boolean
true if item was successfully removed from the
ICollectionT; otherwise, false. This method also returns false if item is not found in the original
ICollectionT.
Implements
ICollectionTRemove(T)Exceptions See Also