// Assembly: mscorlib
// Full name: System.AttributeTargets

namespace System
{
public class AttributeTargets // TypeDefIndex: 3429
{
	// Fields
	type#20890 value__;
	type#14726 Assembly;
	type#14726 Module;
	type#14726 Class;
	type#14726 Struct;
	type#14726 Enum;
	type#14726 Constructor;
	type#14726 Method;
	type#14726 Property;
	type#14726 Field;
	type#14726 Event;
	type#14726 Interface;
	type#14726 Parameter;
	type#14726 Delegate;
	type#14726 ReturnValue;
	type#14726 GenericParameter;
	type#14726 All;
}
}
