// Assembly: mscorlib
// Full name: System.Reflection.GenericParameterAttributes

namespace System.Reflection
{
public class GenericParameterAttributes // TypeDefIndex: 4527
{
	// Fields
	type#20890 value__;
	type#19099 None;
	type#19099 VarianceMask;
	type#19099 Covariant;
	type#19099 Contravariant;
	type#19099 SpecialConstraintMask;
	type#19099 ReferenceTypeConstraint;
	type#19099 NotNullableValueTypeConstraint;
	type#19099 DefaultConstructorConstraint;
}
}
