Bagikan melalui


LocalsItemDescription(String, Type) Konstruktor

Definisi

Membuat instans LocalsItemDescription baru kelas dengan nama dan jenis item lokal yang ditentukan.

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)

Parameter

name
String

Nama item lokal terikat awal yang ditentukan.

type
Type

Jenis item lokal terikat awal yang ditentukan.

Berlaku untuk