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

namespace System.Xml.Linq
{
public class XName // TypeDefIndex: 12703
{
	// Fields
	type#28992 _ns;
	type#26577 _localName;
	type#20868 _hashCode;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#28991 ns, type#26576 localName) { }
	// RVA: -1
	public type#26576 get_LocalName() { }
	// RVA: -1
	public type#28991 get_Namespace() { }
	// RVA: -1
	public type#26576 get_NamespaceName() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public static type#28987 Get(type#26576 expandedName) { }
	// RVA: -1
	public static type#28987 Get(type#26576 localName, type#26576 namespaceName) { }
	// RVA: -1
	public static type#28987 op_Implicit(type#26576 expandedName) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 op_Equality(type#28987 left, type#28987 right) { }
	// RVA: -1
	private virtual type#15313 System.IEquatable<System.Xml.Linq.XName>.Equals(type#28987 other) { }
	// RVA: -1
	private virtual type#28660 System.Runtime.Serialization.ISerializable.GetObjectData(type#25857 info, type#26566 context) { }
	// RVA: -1
	internal type#28660 .ctor() { }
}
}
