Skip to content

M_CommandLine_ParserResult_1__ctor

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

ParserResult(T) Constructor

Initializes a new instance of the ParserResult(T) class

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

Syntax

C#

internal ParserResult(
	ParserResultType tag,
	TypeInfo typeInfo
)

VB

Friend Sub New ( 
	tag As ParserResultType,
	typeInfo As TypeInfo
)

C++

internal:
ParserResult(
	ParserResultType tag, 
	TypeInfo^ typeInfo
)

F#

new : 
        tag : ParserResultType * 
        typeInfo : TypeInfo -> ParserResult

Parameters

 

tag
Type: CommandLine.ParserResultType
typeInfo
Type: CommandLine.TypeInfo

See Also

Reference

ParserResult(T) Class
CommandLine Namespace

Clone this wiki locally