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

namespace System.Xml.Linq
{
public class XProcessingInstruction // TypeDefIndex: 12709
{
	// Fields
	type#26578 target;
	type#26578 data;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 target, type#26576 data) { }
	// RVA: -1
	public type#28660 .ctor(type#29058 other) { }
	// RVA: -1
	public type#26576 get_Data() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public type#26576 get_Target() { }
	// RVA: -1
	public virtual type#28660 WriteTo(type#29540 writer) { }
	// RVA: -1
	internal virtual type#28994 CloneNode() { }
	// RVA: -1
	private static type#28660 ValidateName(type#26576 name) { }
}
}
