System.Reflection.GenericParameterAttributes.VarianceMask Field

Selects the combination of all variance flags. This value is the result of using logical OR to combine the following flags: GenericParameterAttributes.Contravariant and GenericParameterAttributes.Covariant.

Syntax

GenericParameterAttributes VarianceMask

Requirements

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