// Assembly: System.Xml.Linq
// Full name: System.Xml.Linq.XAttribute

namespace System.Xml.Linq
{
public class XAttribute // TypeDefIndex: 12681
{
	// Fields
	type#28961 next;
	type#28989 name;
	type#26578 value;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#28987 name, type#23705 value) { }
	// RVA: -1
	public type#28660 .ctor(type#28959 other) { }
	// RVA: -1
	public type#15313 get_IsNamespaceDeclaration() { }
	// RVA: -1
	public type#28987 get_Name() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public type#26576 get_Value() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	internal type#26576 GetPrefixOfNamespace(type#28991 ns) { }
	// RVA: -1
	private static type#28660 ValidateAttribute(type#28987 name, type#26576 value) { }
}
}
