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

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

public bool IsIn { get; set; }
See Also