// Assembly: mscorlib
// Full name: System.Collections.Generic.LowLevelDictionary`2

namespace System.Collections.Generic
{
public class LowLevelDictionary`2 // TypeDefIndex: 4835
{
	// Fields
	type#12709 _buckets;
	type#20868 _numEntries;
	type#20868 _version;
	type#6926 _comparer;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity, type#6925 comparer) { }
	// RVA: -1
	public type#28660 set_Item(type#1252 key, type#2065 value) { }
	// RVA: -1
	public type#28660 Clear(type#20891 capacity) { }
	// RVA: -1
	public type#15313 Remove(type#1252 key) { }
	// RVA: -1
	private type#5036 Find(type#1252 key) { }
	// RVA: -1
	private type#5036 UncheckedAdd(type#1252 key, type#2065 value) { }
	// RVA: -1
	private type#28660 ExpandBuckets() { }
	// RVA: -1
	private type#20867 GetBucket(type#1252 key, type#20891 numBuckets) { }
}
}
