GenericTypeParameterBuilder.FullName Property

Definition

Gets null in all cases.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

Property Value

A null reference (Nothing in Visual Basic) in all cases.

Remarks

A generic type parameter does not have a full name, because its scope is limited to the generic type that declares it.

Applies to