Nini Library API Reference - http://nini.sourceforge.net/

OrderedList.RemoveAt Method 

Removes a key at the given index.

public void RemoveAt(
   int index
);

Parameters

index
The index from which to remove the key.

See Also

OrderedList Class | Nini.Util Namespace