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

namespace System.Xml
{
public class XmlDeclaration // TypeDefIndex: 6735
{
	// Fields
	type#26577 version;
	type#26577 encoding;
	type#26577 standalone;

	// Methods
	// RVA: -1
	protected internal type#28660 .ctor(type#26576 version, type#26576 encoding, type#26576 standalone, type#29136 doc) { }
	// RVA: -1
	public type#26576 get_Version() { }
	// RVA: -1
	internal type#28660 set_Version(type#26576 value) { }
	// RVA: -1
	public type#26576 get_Encoding() { }
	// RVA: -1
	public type#28660 set_Encoding(type#26576 value) { }
	// RVA: -1
	public type#26576 get_Standalone() { }
	// RVA: -1
	public type#28660 set_Standalone(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 get_Value() { }
	// RVA: -1
	public virtual type#28660 set_Value(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 get_InnerText() { }
	// RVA: -1
	public virtual type#28660 set_InnerText(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#26576 get_LocalName() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#29197 CloneNode(type#15313 deep) { }
	// RVA: -1
	public virtual type#28660 WriteTo(type#29540 w) { }
	// RVA: -1
	public virtual type#28660 WriteContentTo(type#29540 w) { }
	// RVA: -1
	private type#15313 IsValidXmlVersion(type#26576 ver) { }
}
}
