Click or drag to resize

OptionSetParse Method (String, OptionContext)

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected virtual bool Parse(
	string argument,
	OptionContext c
)

Parameters

argument
Type: SystemString
c
Type: NDesk.OptionsOptionContext

Return Value

Type: Boolean
See Also