ArgumentValue<T> Constructors

Definition

Initializes a new instance of the ArgumentValue<T> class.

Overloads

ArgumentValue<T>()

Initializes a new instance of the ArgumentValue<T> class.

ArgumentValue<T>(String)

Initializes a new instance of the ArgumentValue<T> class with the specified argument name.

ArgumentValue<T>()

Initializes a new instance of the ArgumentValue<T> class.

public:
 ArgumentValue();
public ArgumentValue ();
Public Sub New ()

Applies to

ArgumentValue<T>(String)

Initializes a new instance of the ArgumentValue<T> class with the specified argument name.

public:
 ArgumentValue(System::String ^ argumentName);
public ArgumentValue (string argumentName);
new System.Activities.Expressions.ArgumentValue<'T> : string -> System.Activities.Expressions.ArgumentValue<'T>
Public Sub New (argumentName As String)

Parameters

argumentName
String

The argument name.

Applies to