|
| | OptionSet () |
| |
| | OptionSet (Converter< string, string > localizer) |
| |
| OptionSet | Add (string header) |
| |
| new OptionSet | Add (Option option) |
| |
| OptionSet | Add (string prototype, Action< string > action) |
| |
| OptionSet | Add (string prototype, string description, Action< string > action) |
| |
| OptionSet | Add (string prototype, OptionAction< string, string > action) |
| |
| OptionSet | Add (string prototype, string description, OptionAction< string, string > action) |
| |
| OptionSet | Add< T > (string prototype, Action< T > action) |
| |
| OptionSet | Add< T > (string prototype, string description, Action< T > action) |
| |
| OptionSet | Add< TKey, TValue > (string prototype, OptionAction< TKey, TValue > action) |
| |
| OptionSet | Add< TKey, TValue > (string prototype, string description, OptionAction< TKey, TValue > action) |
| |
| OptionSet | Add (ArgumentSource source) |
| |
| List< string > | Parse (IEnumerable< string > arguments) |
| |
| void | WriteOptionDescriptions (TextWriter o) |
| |
| Mono.Options.OptionSet.OptionSet |
( |
| ) |
|
| Mono.Options.OptionSet.OptionSet |
( |
Converter< string, string > |
localizer | ) |
|
| OptionSet Mono.Options.OptionSet.Add |
( |
string |
header | ) |
|
| OptionSet Mono.Options.OptionSet.Add |
( |
string |
prototype, |
|
|
Action< string > |
action |
|
) |
| |
| OptionSet Mono.Options.OptionSet.Add |
( |
string |
prototype, |
|
|
string |
description, |
|
|
Action< string > |
action |
|
) |
| |
| OptionSet Mono.Options.OptionSet.Add |
( |
string |
prototype, |
|
|
OptionAction< string, string > |
action |
|
) |
| |
| OptionSet Mono.Options.OptionSet.Add |
( |
string |
prototype, |
|
|
string |
description, |
|
|
OptionAction< string, string > |
action |
|
) |
| |
| override string Mono.Options.OptionSet.GetKeyForItem |
( |
[NotNull] Option |
item | ) |
|
|
protected |
| override void Mono.Options.OptionSet.InsertItem |
( |
int |
index, |
|
|
Option |
item |
|
) |
| |
|
protected |
| List<string> Mono.Options.OptionSet.Parse |
( |
IEnumerable< string > |
arguments | ) |
|
| override void Mono.Options.OptionSet.RemoveItem |
( |
int |
index | ) |
|
|
protected |
| override void Mono.Options.OptionSet.SetItem |
( |
int |
index, |
|
|
Option |
item |
|
) |
| |
|
protected |
| void Mono.Options.OptionSet.WriteOptionDescriptions |
( |
TextWriter |
o | ) |
|
| ReadOnlyCollection<ArgumentSource> Mono.Options.OptionSet.ArgumentSources |
|
get |
| Converter<string, string> Mono.Options.OptionSet.MessageLocalizer |
|
get |
The documentation for this class was generated from the following file: