ArgumentsGetEnumerator Method

Returns an IEnumerator for iterating through all the command-line command arguments.

Definition

Namespace: Gemstone.Console
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, String
An IEnumerator for the command-line command arguments.

Implements

IEnumerableTGetEnumerator

See Also