pmMDA.NET

LinkedCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an o to the end of this linked collection.

public void Add(
   object o
);

Parameters

o
The item to add.

Remarks

The o is only added if it is not already in this collection.

Exceptions

Exception Type Condition
ArgumentNullException o is a null reference.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace