M_CommandLine_Parsed_1__ctor_1 - 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,
TypeInfo typeInfo
)VB
Friend Sub New (
value As T,
typeInfo As TypeInfo
)C++
internal:
Parsed(
T value,
TypeInfo^ typeInfo
)F#
new :
value : 'T *
typeInfo : TypeInfo -> Parsed
- value
- Type: T
- typeInfo
- Type: CommandLine.TypeInfo