// Assembly: System.Xml
// Full name: System.Xml.Schema.LeafRangeNode

namespace System.Xml.Schema
{
public class LeafRangeNode // TypeDefIndex: 6959
{
	// Fields
	type#17163 min;
	type#17163 max;
	type#15280 nextIteration;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#17162 min, type#17162 max) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 pos, type#17162 min, type#17162 max) { }
	// RVA: -1
	public type#17162 get_Max() { }
	// RVA: -1
	public type#17162 get_Min() { }
	// RVA: -1
	public type#15279 get_NextIteration() { }
	// RVA: -1
	public type#28660 set_NextIteration(type#15279 value) { }
	// RVA: -1
	public virtual type#15313 get_IsRangeNode() { }
	// RVA: -1
	public virtual type#28660 ExpandTree(type#20959 parent, type#26814 symbols, type#24591 positions) { }
}
}
