GenericTypeParameterBuilder.FullName Propriedade

Definição

Obtém null em todos os casos.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

Valor da propriedade

String

Uma referência nula (Nothing no Visual Basic) em todos os casos.A null reference (Nothing in Visual Basic) in all cases.

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.A generic type parameter does not have a full name, because its scope is limited to the generic type that declares it.

Aplica-se a