Foley .NET Utilities Class Library

List2Base.IList.Remove Method 

This method provided for backwards compatiblity with IList.

[Visual Basic]
Sub Remove( _
   ByVal value As Object _
) Implements _
   IList.Remove
[C#]
void IList.Remove(
   object value
);

Implements

IList.Remove

See Also

List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace