Foley .NET Utilities Class Library

SetBase.Remove Method (Object)

When implemented by a class, removes the first occurrence of a specific Object from the set.

[Visual Basic]
MustOverride Overloads Public Function Remove( _
   ByVal value As Object _
) As Boolean Implements _
   ISet.Remove
[C#]
public abstract bool Remove(
   object value
);

Parameters

value
The Object to remove from the set.

Return Value

true if the set is modified; otherwise false.

Implements

ISet.Remove

See Also

SetBase Class | SetBase Members | Foley.Utilities.Collections Namespace | SetBase.Remove Overload List