ImmutableListTRemove Method
Removes the first occurrence of a specific object from the ICollection.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
- item T
- The object to remove from the ICollection.
Booleantrue if
item was successfully removed from the
ICollection;
otherwise,
false. This method also returns false if
item is not found in the original
ICollection.
ICollectionTRemove(T)