Click or drag to resize

OptionSetAdd Method (String, ActionString)

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public OptionSet Add(
	string prototype,
	Action<string> action
)

Parameters

prototype
Type: SystemString
action
Type: SystemActionString

Return Value

Type: OptionSet
See Also