ImmutableListTRemove Method

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

Definition

Namespace: SnapDB.Immutables
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Remove(
	T item
)

Parameters

item  T
The object to remove from the ICollection.

Return Value

Boolean
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.

Implements

ICollectionTRemove(T)

See Also