|
Rebornbuddy
|
Public Member Functions | |
| OptionSet () | |
| OptionSet (Converter< string, string > localizer) | |
| 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) |
| List< string > | Parse (IEnumerable< string > arguments) |
| void | WriteOptionDescriptions (TextWriter o) |
Protected Member Functions | |
| override string | GetKeyForItem (Option item) |
| Option | GetOptionForName (string option) |
| override void | InsertItem (int index, Option item) |
| override void | RemoveItem (int index) |
| override void | SetItem (int index, Option item) |
| virtual OptionContext | CreateOptionContext () |
| bool | GetOptionParts (string argument, out string flag, out string name, out string sep, out string value) |
| virtual bool | Parse (string argument, OptionContext c) |
Properties | |
| Converter< string, string > | MessageLocalizer [get] |
| NDesk.Options.OptionSet.OptionSet | ( | ) |
| NDesk.Options.OptionSet.OptionSet | ( | Converter< string, string > | localizer | ) |
| OptionSet NDesk.Options.OptionSet.Add | ( | string | prototype, |
| Action< string > | action ) |
| OptionSet NDesk.Options.OptionSet.Add | ( | string | prototype, |
| OptionAction< string, string > | action ) |
| OptionSet NDesk.Options.OptionSet.Add | ( | string | prototype, |
| string | description, | ||
| Action< string > | action ) |
| OptionSet NDesk.Options.OptionSet.Add | ( | string | prototype, |
| string | description, | ||
| OptionAction< string, string > | action ) |
| OptionSet NDesk.Options.OptionSet.Add< T > | ( | string | prototype, |
| Action< T > | action ) |
| OptionSet NDesk.Options.OptionSet.Add< T > | ( | string | prototype, |
| string | description, | ||
| Action< T > | action ) |
| OptionSet NDesk.Options.OptionSet.Add< TKey, TValue > | ( | string | prototype, |
| OptionAction< TKey, TValue > | action ) |
| OptionSet NDesk.Options.OptionSet.Add< TKey, TValue > | ( | string | prototype, |
| string | description, | ||
| OptionAction< TKey, TValue > | action ) |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
| List< string > NDesk.Options.OptionSet.Parse | ( | IEnumerable< string > | arguments | ) |
|
protectedvirtual |
|
protected |
|
protected |
| void NDesk.Options.OptionSet.WriteOptionDescriptions | ( | TextWriter | o | ) |
|
get |