TypeIsGenericParameter Property |
Gets a value indicating whether the current
Type represents a type parameter in the definition of a generic type or method.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool IsGenericParameter { get; }
Return Value
Type:
Booleantrue if the
Type object represents a type parameter of a generic type definition or generic method definition; otherwise, false.
See Also