Skip to content

M_CommandLine_NotParsed_1__ctor

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

NotParsed(T) Constructor

Initializes a new instance of the NotParsed(T) class

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

Syntax

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

Parameters

 

typeInfo
Type: CommandLine.TypeInfo
errors
Type: System.Collections.Generic.IEnumerable(Error)

See Also

Reference

NotParsed(T) Class
CommandLine Namespace

Clone this wiki locally