Click or drag to resize

OptionSetGetOptionParts Method

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected bool GetOptionParts(
	string argument,
	out string flag,
	out string name,
	out string sep,
	out string value
)

Parameters

argument
Type: SystemString
flag
Type: SystemString
name
Type: SystemString
sep
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean
See Also