TypeBuilder.IsGenericParameter Propiedad

Definición

Obtiene un valor que indica si el tipo actual es un parámetro de tipo genérico.

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

Valor de propiedad

true si el objeto TypeBuilder actual representa un parámetro de tipo genérico; de lo contrario, false.

Comentarios

Nota

Al emitir código, un parámetro de tipo genérico se representa mediante un GenericTypeParameterBuilder objeto en lugar de un TypeBuilder objeto .

Se aplica a