Skip to content

M_CommandLine_Parsed_1__ctor_1

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

Parsed(T) Constructor (T, TypeInfo)

Initializes a new instance of the Parsed(T) class

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

Syntax

C#

internal Parsed(
	T value,
	TypeInfo typeInfo
)

VB

Friend Sub New ( 
	value As T,
	typeInfo As TypeInfo
)

C++

internal:
Parsed(
	T value, 
	TypeInfo^ typeInfo
)

F#

new : 
        value : 'T * 
        typeInfo : TypeInfo -> Parsed

Parameters

 

value
Type: T
typeInfo
Type: CommandLine.TypeInfo

See Also

Reference

Parsed(T) Class
Parsed(T) Overload
CommandLine Namespace

Clone this wiki locally