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

namespace System.Xml.Linq
{
public class XDeclaration // TypeDefIndex: 12687
{
	// Fields
	type#26577 _version;
	type#26577 _encoding;
	type#26577 _standalone;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 version, type#26576 encoding, type#26576 standalone) { }
	// RVA: -1
	public type#28660 .ctor(type#28972 other) { }
	// RVA: -1
	public type#26576 get_Encoding() { }
	// RVA: -1
	public type#26576 get_Standalone() { }
	// RVA: -1
	public type#26576 get_Version() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
