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