System.Reflection.GenericParameterAttributes.SpecialConstraintMask Field

Selects the combination of all special constraint flags. This value is the result of using logical OR to combine the following flags: GenericParameterAttributes.DefaultConstructorConstraint, GenericParameterAttributes.ReferenceTypeConstraint, and GenericParameterAttributes.NotNullableValueTypeConstraint.

Syntax

GenericParameterAttributes SpecialConstraintMask

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0