DelegateOutArgument<T> コンストラクター

定義

DelegateOutArgument<T> クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DelegateOutArgument<T>()

DelegateOutArgument<T> クラスの新しいインスタンスを初期化します。

DelegateOutArgument<T>(String)

指定した名前を使用して、 DelegateOutArgument<T> クラスの新しいインスタンスを初期化します。

DelegateOutArgument<T>()

DelegateOutArgument<T> クラスの新しいインスタンスを初期化します。

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

適用対象

DelegateOutArgument<T>(String)

指定した名前を使用して、 DelegateOutArgument<T> クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

DelegateOutArgument<T>の名前。

適用対象