GenericTypeParameterBuilder.FullName Propriedade

Definição

Obtém null em todos os casos.

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

Valor da propriedade

Uma referência nula (Nothing no Visual Basic) em todos os casos.

Comentários

Um parâmetro de tipo genérico não tem um nome completo, pois seu escopo é limitado ao tipo genérico que o declara.

Aplica-se a