Click or drag to resize

OptionSet.GetOptionParts 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: System.String
flag
Type: System.String
name
Type: System.String
sep
Type: System.String
value
Type: System.String

Return Value

Type: Boolean
See Also