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

namespace System
{
public class AttributeUsageAttribute // TypeDefIndex: 3430
{
	// Fields
	type#14725 _attributeTarget;
	type#15314 _allowMultiple;
	type#15314 _inherited;
	type#14729 Default;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#14724 validOn) { }
	// RVA: -1
	public type#15313 get_AllowMultiple() { }
	// RVA: -1
	public type#28660 set_AllowMultiple(type#15313 value) { }
	// RVA: -1
	public type#15313 get_Inherited() { }
	// RVA: -1
	public type#28660 set_Inherited(type#15313 value) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
