public enum SpecialTypeConstraint

assembly RefDocGen
namespace RefDocGen.CodeElements

Represents special constraints that can be applied to generic type parameters.

Members

ReferenceType = 0 #
Indicates that the generic type parameter must be a reference type.
NotNullableValueType = 1 #
Indicates that the generic type parameter must be a non-nullable value type.
DefaultConstructor = 2 #
Indicates that the generic type parameter must have a parameterless constructor.