pmMDA.NET

SortedArray.Insert Method 

[This is preliminary documentation and subject to change.]

Not available in sorted lists!

public void Insert(
   int index,
   object value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Object to insert into this list.

Implements

IList.Insert

Remarks

Use the Add method instead of this method.

Exceptions

Exception Type Condition
NotSupportedException Always.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace