Type.IsGenericTypeParameter Propiedad

Definición

Obtiene un valor que indica si el objeto Type actual representa un parámetro de tipo en la definición de un tipo genérico.

public:
 virtual property bool IsGenericTypeParameter { bool get(); };
public virtual bool IsGenericTypeParameter { get; }
member this.IsGenericTypeParameter : bool
Public Overridable ReadOnly Property IsGenericTypeParameter As Boolean

Valor de propiedad

Boolean

true si el Type objeto representa un parámetro de tipo de una definición de tipo genérico; de lo contrario, false .

Se aplica a