// Assembly: System.Core
// Full name: System.Linq.Set`1

namespace System.Linq
{
public class Set`1 // TypeDefIndex: 9591
{
	// Fields
	type#13151 buckets;
	type#12757 slots;
	type#20868 count;
	type#20868 freeList;
	type#6930 comparer;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#6929 comparer) { }
	// RVA: -1
	public type#15313 Add(type#1337 value) { }
	// RVA: -1
	private type#15313 Find(type#1337 value, type#15313 add) { }
	// RVA: -1
	private type#28660 Resize() { }
	// RVA: -1
	internal type#20867 InternalGetHashCode(type#1337 value) { }
}
}
