GetArguments(TextReader) Method

Definition

Assembly XenoAtom.CommandLine.dll

Gets the arguments from the specified reader.

public static IEnumerable<string> GetArguments(TextReader reader)

Parameters

reader
TextReader

A reader to read lines from.

Returns

IEnumerable<String>
The arguments extracted from the reader