TypeContainsGenericParameters Property |
Gets a value indicating whether the current
Type object has type parameters that have not been replaced by specific types.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool ContainsGenericParameters { get; }
Return Value
Type:
Booleantrue 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