Click or drag to resize

OptionSetAddTKey, TValue Method (String, OptionActionTKey, TValue)

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

Parameters

prototype
Type: SystemString
action
Type: NDesk.OptionsOptionActionTKey, TValue

Type Parameters

TKey
TValue

Return Value

Type: OptionSet
See Also