TypeForwardedFromAttribute(String) Constructor

Definition

Initializes a new instance of the TypeForwardedFromAttribute class.

public:
 TypeForwardedFromAttribute(System::String ^ assemblyFullName);
public TypeForwardedFromAttribute (string assemblyFullName);
new System.Runtime.CompilerServices.TypeForwardedFromAttribute : string -> System.Runtime.CompilerServices.TypeForwardedFromAttribute
Public Sub New (assemblyFullName As String)

Parameters

assemblyFullName
String

The source Type in another assembly.

Exceptions

assemblyFullName is null or empty.

Applies to