ArgsReader constructor

Creates a reader for the specified command-line arguments.

public ArgsReader(IEnumerable<string> args)
parameter description
args The command-line arguments from Main.

Exceptions

exception condition
ArgumentNullException args is null.

See Also