CmdArguments.GetEnumerator method

Returns an IDictionaryEnumerator for the IDictionary.

public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

An IDictionaryEnumerator for the IDictionary.

See Also