[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Mono.Options.OptionSet.Add(System.String,System.Action{System.String})"]

Namespace: Mono.Options
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public OptionSet Add(
	string prototype,
	Action<string> action
)

Parameters

prototype
String
action
Action<(Of <(<'String>)>)>

See Also