Share via


TypeForwardedToAttribute(Type) 생성자

정의

대상 TypeForwardedToAttribute을 지정하여 Type 클래스의 새 인스턴스를 초기화합니다.

public:
 TypeForwardedToAttribute(Type ^ destination);
public TypeForwardedToAttribute (Type destination);
new System.Runtime.CompilerServices.TypeForwardedToAttribute : Type -> System.Runtime.CompilerServices.TypeForwardedToAttribute
Public Sub New (destination As Type)

매개 변수

destination
Type

다른 어셈블리에 있는 대상 Type입니다.

적용 대상