LocalsItemDescription(String, Type) コンストラクター

定義

定義されたローカル項目の名前と型を使用して、 LocalsItemDescription クラスの新しいインスタンスを作成します。

public:
 LocalsItemDescription(System::String ^ name, Type ^ type);
public LocalsItemDescription(string name, Type type);
new System.Activities.Debugger.LocalsItemDescription : string * Type -> System.Activities.Debugger.LocalsItemDescription
Public Sub New (name As String, type As Type)

パラメーター

name
String

指定した事前バインドされたローカル項目の名前。

type
Type

指定された事前バインドされたローカル項目の型。

適用対象