ArgumentValue<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.