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

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

public bool IsOut { get; set; }
See Also