TypeForwardedToAttribute(Type) Constructor

Definition

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)

Parameters

destination
Type

The destination Type in another assembly.

Applies to