pmMDA.NET

LinkedCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes an o from this linked collection,

public void Remove(
   object o
);

Parameters

o
The item to remove.

Remarks

If the o is not in this collection, this method returns without an error.

Exceptions

Exception Type Condition
ArgumentNullException o is a null reference.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace