다음을 통해 공유


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

지정한 초기 바인딩된 로컬 항목의 형식입니다.

적용 대상