|
abstract bool | GetArguments (string value, out IEnumerable< string > replacement) |
|
abstract string[] | GetNames () |
|
Definition at line 654 of file Options.cs.
abstract bool Ntp.Common.IO.ArgumentSource.GetArguments |
( |
string |
value, |
|
|
out IEnumerable< string > |
replacement |
|
) |
| |
|
pure virtual |
static IEnumerable<string> Ntp.Common.IO.ArgumentSource.GetArguments |
( |
TextReader |
reader | ) |
|
|
inlinestatic |
Definition at line 659 of file Options.cs.
abstract bool GetArguments(string value, out IEnumerable< string > replacement)
static IEnumerable<string> Ntp.Common.IO.ArgumentSource.GetArguments |
( |
TextReader |
reader, |
|
|
bool |
close |
|
) |
| |
|
inlinestaticprivate |
Definition at line 672 of file Options.cs.
References c.
676 var arg =
new StringBuilder();
679 while ((line = reader.ReadLine()) != null)
683 for (var i = 0; i < t; i++)
687 if (c ==
'"' || c ==
'\'')
691 for (i++; i < t; i++)
704 yield
return arg.ToString();
713 yield
return arg.ToString();
static IEnumerable<string> Ntp.Common.IO.ArgumentSource.GetArgumentsFromFile |
( |
string |
file | ) |
|
|
inlinestatic |
Definition at line 664 of file Options.cs.
abstract bool GetArguments(string value, out IEnumerable< string > replacement)
abstract string [] Ntp.Common.IO.ArgumentSource.GetNames |
( |
| ) |
|
|
pure virtual |
abstract string Ntp.Common.IO.ArgumentSource.Description |
|
get |
The documentation for this class was generated from the following file: