EnumBuilder.IsConstructedGenericType Propiedad

Definición

Obtiene un valor que indica si este objeto representa un tipo genérico construido.

public:
 virtual property bool IsConstructedGenericType { bool get(); };
public override bool IsConstructedGenericType { get; }
member this.IsConstructedGenericType : bool
Public Overrides ReadOnly Property IsConstructedGenericType As Boolean

Valor de propiedad

Boolean

true si este objeto representa una definición de tipo genérico construido; de lo contrario, false.

Se aplica a