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

OrderedList.CopyTo Method

Copies the collection to an array.

Overload List

Copies the collection to an array.

public void CopyTo(Array,int);

Copies the collection to a strongly-typed array.

public void CopyTo(DictionaryEntry[],int);

See Also

OrderedList Class | Nini.Util Namespace