IniSectionCollectionIndexOf Method

Overload List

IndexOf(T) Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
IndexOf(String) Searches for an IniSection that matches the specified section name and returns the zero-based index of the first occurrence within the entire IniSectionCollection.

See Also