M_CommandLine_Core_InstanceChooser_MakeNotParsed - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static NotParsed<Object> MakeNotParsed(
IEnumerable<Type> types,
params Error[] errors
)VB
Private Shared Function MakeNotParsed (
types As IEnumerable(Of Type),
ParamArray errors As Error()
) As NotParsed(Of Object)C++
private:
static NotParsed<Object^>^ MakeNotParsed(
IEnumerable<Type^>^ types,
... array<Error^>^ errors
)F#
private static member MakeNotParsed :
types : IEnumerable<Type> *
errors : Error[] -> NotParsed<Object>
- types
- Type: System.Collections.Generic.IEnumerable(Type)
- errors
- Type: CommandLine.Error[]