Click or drag to resize
TypeContainsGenericParameters Property
Gets a value indicating whether the current Type object has type parameters that have not been replaced by specific types.

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

Return Value

Type: Boolean
true if the Type object is itself a generic type parameter or has type parameters for which specific types have not been supplied; otherwise, false.
See Also