NRTypeParameter.IsConstructor Property NReflect
Gets or sets a value that indicates wether the generic parameter has a default constructor constraint.

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

public bool IsConstructor { get; set; }
See Also