Click or drag to resize

OptionParseT Method

Namespace:  NDesk.Options
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected static T Parse<T>(
	string value,
	OptionContext c
)

Parameters

value
Type: SystemString
c
Type: NDesk.OptionsOptionContext

Type Parameters

T

Return Value

Type: T
See Also