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
true
if the LinkedSet is modified; otherwise false
.
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Remove Overload List