TypeForwardedToAttribute.Destination Property

Definition

Gets the destination Type in another assembly.

public:
 property Type ^ Destination { Type ^ get(); };
public Type Destination { get; }
member this.Destination : Type
Public ReadOnly Property Destination As Type

Property Value

The destination Type in another assembly.

Applies to