TypeForwardedToAttribute(Type) Construtor
Definição
Inicializa uma nova instância da classe TypeForwardedToAttribute, especificando um destino Type.Initializes a new instance of the TypeForwardedToAttribute class specifying a destination 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)