Skip to content

M_CommandLine_Core_Value__ctor_1

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

Value Constructor (String, Boolean)

Initializes a new instance of the Value class

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

Syntax

C#

public Value(
	string text,
	bool explicitlyAssigned
)

VB

Public Sub New ( 
	text As String,
	explicitlyAssigned As Boolean
)

C++

public:
Value(
	String^ text, 
	bool explicitlyAssigned
)

F#

new : 
        text : string * 
        explicitlyAssigned : bool -> Value

Parameters

 

text
Type: System.String
explicitlyAssigned
Type: System.Boolean

See Also

Reference

Value Class
Value Overload
CommandLine.Core Namespace

Clone this wiki locally