Click or drag to resize
TypeIsGenericParameter Property
Gets a value indicating whether the current Type represents a type parameter in the definition of a generic type or method.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual bool IsGenericParameter { get; }

Return Value

Type: Boolean
true if the Type object represents a type parameter of a generic type definition or generic method definition; otherwise, false.
See Also