Foley .NET Utilities Class Library

List2Base.Remove Method (Object)

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

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

Parameters

value
The Object to remove from the list.

Return Value

true if the list is modified; otherwise false.

Implements

IList2.Remove

See Also

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