Share via


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>의 이름입니다.

적용 대상