pmMDA.NET

SortedArray.RemoveAt Method 

[This is preliminary documentation and subject to change.]

Removes the item at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the item to remove.

Implements

IList.RemoveAt

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Index is not a valid index in this list.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace