OptionSetAdd Method (String, String, ActionString) |
Namespace:
NDesk.Options
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic OptionSet Add(
string prototype,
string description,
Action<string> action
)
Parameters
- prototype
- Type: SystemString
- description
- Type: SystemString
- action
- Type: SystemActionString
Return Value
Type:
OptionSet
See Also