Foley .NET Utilities Class Library

LinkedSet.Remove Method (Object)

Removes the occurrence of the specific Object from the LinkedSet.

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

Parameters

value
The Object to remove from the LinkedSet.

Return Value

true if the LinkedSet is modified; otherwise false.

Implements

ISet.Remove

See Also

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