M_CommandLine_NotParsed_1__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the NotParsed(T) class
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal NotParsed(
TypeInfo typeInfo,
IEnumerable<Error> errors
)VB
Friend Sub New (
typeInfo As TypeInfo,
errors As IEnumerable(Of Error)
)C++
internal:
NotParsed(
TypeInfo^ typeInfo,
IEnumerable<Error^>^ errors
)F#
new :
typeInfo : TypeInfo *
errors : IEnumerable<Error> -> NotParsed
- typeInfo
- Type: CommandLine.TypeInfo
- errors
- Type: System.Collections.Generic.IEnumerable(Error)