// Assembly: mscorlib
// Full name: SorterGenericArray

public class SorterGenericArray // TypeDefIndex: 3610
{
	// Fields
	type#14436 keys;
	type#14436 items;
	type#19924 comparer;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#14435 keys, type#14435 items, type#19923 comparer) { }
	// RVA: -1
	internal type#28660 SwapIfGreaterWithItems(type#20867 a, type#20867 b) { }
	// RVA: -1
	private type#28660 Swap(type#20867 i, type#20867 j) { }
	// RVA: -1
	internal type#28660 Sort(type#20867 left, type#20867 length) { }
	// RVA: -1
	private type#28660 IntrospectiveSort(type#20867 left, type#20867 length) { }
	// RVA: -1
	private type#28660 IntroSort(type#20867 lo, type#20867 hi, type#20867 depthLimit) { }
	// RVA: -1
	private type#20867 PickPivotAndPartition(type#20867 lo, type#20867 hi) { }
	// RVA: -1
	private type#28660 Heapsort(type#20867 lo, type#20867 hi) { }
	// RVA: -1
	private type#28660 DownHeap(type#20867 i, type#20867 n, type#20867 lo) { }
	// RVA: -1
	private type#28660 InsertionSort(type#20867 lo, type#20867 hi) { }
}
