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

namespace System.Xml
{
public class NameTable // TypeDefIndex: 6773
{
	// Fields
	type#13680 entries;
	type#20868 count;
	type#20868 mask;
	type#20868 hashCodeRandomizer;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#26576 Add(type#26576 key) { }
	// RVA: -1
	public virtual type#26576 Add(type#12899 key, type#20867 start, type#20867 len) { }
	// RVA: -1
	public virtual type#26576 Get(type#26576 value) { }
	// RVA: -1
	private type#26576 AddEntry(type#26576 str, type#20867 hashCode) { }
	// RVA: -1
	private type#28660 Grow() { }
	// RVA: -1
	private static type#15313 TextEquals(type#26576 str1, type#12899 str2, type#20867 str2Start, type#20867 str2Length) { }
}
}
