NRTypeParameter.IsClass Property NReflect
Gets or sets a value that indicates wether the generic parameter has a class constraint.

Namespace: NReflect.NRParameters
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public bool IsClass { get; set; }
See Also