pmMDA.NET

SortedArray.Add Method 

[This is preliminary documentation and subject to change.]

Adds an value to the end of this list.

public int Add(
   object value
);

Return Value

The position into which the new value was inserted.

Implements

IList.Add

Remarks

The value is inserted at the right position into this list, so that this list remains sorted.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace