Returns the object at the given index.
public object this[int] {get; set;}
Returns the object at the given key.
public object this[object] {get; set;}
OrderedList Class | Nini.Util Namespace