Click or drag to resize

OptionSetAdd Method (String, String, OptionActionString, String)

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

Parameters

prototype
Type: SystemString
description
Type: SystemString
action
Type: NDesk.OptionsOptionActionString, String

Return Value

Type: OptionSet
See Also