GenericTypeParameterBuilder.IsTypeDefinition Propiedad

Definición

Obtiene un valor que indica si el tipo es una definición de tipo.

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

Valor de propiedad

true es si el objeto actual Type es una definición de tipo; de lo contrario, falsees .

Se aplica a