Mono Class Library: System.Reflection Namespace

System.Reflection.GenericParameterAttributes Enumeration

Enumerates the attributes on a generic parameter.
[System.Flags]
public enum GenericParameterAttributes

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
ContravariantSpecifies that the generic parameter is contravariant.
CovariantSpecifies that the generic parameter is covariant.
DefaultConstructorConstraintSpecifies that the generic parameter has the ".ctor" special constraint.
NoneSpecifies that the generic parameter is nonvariant and has no special constraints.
NotNullableValueTypeConstraintSpecifies that the generic parameter has the "valuetype" special constraint.
ReferenceTypeConstraintSpecifies that the generic parameter has the "class" special constraint.
SpecialConstraintMaskSpecifies a bit-mask that when combined with a generic parameter's flags value yields the special constraints bits.
VarianceMaskSpecifies a bit-mask that when combined with a generic parameter's flags value yields the variance bits.

Requirements

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