// Assembly: System.Xml
// Full name: System.Xml.XmlName

namespace System.Xml
{
public class XmlName // TypeDefIndex: 6746
{
	// Fields
	type#26577 prefix;
	type#26577 localName;
	type#26577 ns;
	type#26577 name;
	type#20868 hashCode;
	type#29138 ownerDoc;
	type#29186 next;

	// Methods
	// RVA: -1
	public static type#29184 Create(type#26576 prefix, type#26576 localName, type#26576 ns, type#20867 hashCode, type#29136 ownerDoc, type#29184 next, type#20686 schemaInfo) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 prefix, type#26576 localName, type#26576 ns, type#20867 hashCode, type#29136 ownerDoc, type#29184 next) { }
	// RVA: -1
	public type#26576 get_LocalName() { }
	// RVA: -1
	public type#26576 get_NamespaceURI() { }
	// RVA: -1
	public type#26576 get_Prefix() { }
	// RVA: -1
	public type#20867 get_HashCode() { }
	// RVA: -1
	public type#29136 get_OwnerDocument() { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	public virtual type#29427 get_Validity() { }
	// RVA: -1
	public virtual type#15313 get_IsDefault() { }
	// RVA: -1
	public virtual type#15313 get_IsNil() { }
	// RVA: -1
	public virtual type#29400 get_MemberType() { }
	// RVA: -1
	public virtual type#29414 get_SchemaType() { }
	// RVA: -1
	public virtual type#29328 get_SchemaElement() { }
	// RVA: -1
	public virtual type#29281 get_SchemaAttribute() { }
	// RVA: -1
	public virtual type#15313 Equals(type#20686 schemaInfo) { }
	// RVA: -1
	public static type#20867 GetHashCode(type#26576 name) { }
}
}
