M_CommandLine_Parsed_1__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the Parsed(T) class
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal Parsed(
T value
)VB
Friend Sub New (
value As T
)C++
internal:
Parsed(
T value
)F#
new :
value : 'T -> Parsed
- value
- Type: T