Skip to content

M_CommandLine_Core_InstanceChooser_MakeNotParsed

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

InstanceChooser.MakeNotParsed Method

Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

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> 

Parameters

 

types
Type: System.Collections.Generic.IEnumerable(Type)
errors
Type: CommandLine.Error[]

Return Value

Type: NotParsed(Object)

See Also

Reference

InstanceChooser Class
CommandLine.Core Namespace

Clone this wiki locally