CommandLineParameterCollectionIndexOf 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 CommandLineParameter that matches the specified key name and returns the zero-based index of the first occurrence within the entire CommandLineParameterCollection.

See Also