Mono Class Library: System.Reflection Namespace

System.Reflection.GenericParameterAttributes Enumeration

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

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

Requirements

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