ArgumentReference<T> 构造函数

定义

初始化 ArgumentReference<T> 类的新实例。

重载

ArgumentReference<T>()

初始化 ArgumentReference<T> 类的新实例。

ArgumentReference<T>(String)

使用参数名称初始化 ArgumentReference<T> 类的新实例。

ArgumentReference<T>()

初始化 ArgumentReference<T> 类的新实例。

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

适用于

ArgumentReference<T>(String)

使用参数名称初始化 ArgumentReference<T> 类的新实例。

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

参数

argumentName
String

自变量名称。

适用于