Add(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
Add(Type[] items) | IG.Lib.SortedUniqueItemList< Type > | inline |
Add(IList< Type > items) | IG.Lib.SortedUniqueItemList< Type > | inline |
Add(ICollection< Type > items) | IG.Lib.SortedUniqueItemList< Type > | inline |
AddChecked(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
Capacity | IG.Lib.SortedUniqueItemList< Type > | |
CapacityOverhead | IG.Lib.SortedUniqueItemList< Type > | |
Clear() | IG.Lib.SortedUniqueItemList< Type > | inline |
Comparer | IG.Lib.SortedUniqueItemList< Type > | |
Contains(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
CreateRandom(int length, int upperBound) | IG.Lib.IndexList | inlinestatic |
CreateRandom(int length, int lowerBound, int upperBound) | IG.Lib.IndexList | inlinestatic |
CreateRandom(IRandomGenerator rand, int length, int upperBound) | IG.Lib.IndexList | inlinestatic |
CreateRandom(IRandomGenerator rand, int length, int lowerBound, int upperBound) | IG.Lib.IndexList | inlinestatic |
CreateRandomPermutation(int length) | IG.Lib.IndexList | inlinestatic |
CreateRandomPermutation(IRandomGenerator rand, int length) | IG.Lib.IndexList | inlinestatic |
IndexList() | IG.Lib.IndexList | inline |
IndexList(int initialCapacity) | IG.Lib.IndexList | inline |
IndexList(params int[] items) | IG.Lib.IndexList | inline |
IndexList(IList< int > items) | IG.Lib.IndexList | inline |
IndexList(ICollection< int > items) | IG.Lib.IndexList | inline |
IndexOf(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
Length | IG.Lib.SortedUniqueItemList< Type > | |
Lock | IG.Lib.SortedUniqueItemList< Type > | |
PerformDownSizing | IG.Lib.SortedUniqueItemList< Type > | |
Remove(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
RemoveChecked(Type item) | IG.Lib.SortedUniqueItemList< Type > | inline |
SetRandom(int length, int upperBound, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
SetRandom(int length, int lowerBound, int upperBound, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
SetRandom(IRandomGenerator rand, int length, int upperBound, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
SetRandom(IRandomGenerator rand, int length, int lowerBound, int upperBound, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
SetRandomPermutation(int length, int upperBound, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
SetRandomPermutation(IRandomGenerator rand, int length, ref IndexList indices) | IG.Lib.IndexList | inlinestatic |
Sort() | IG.Lib.SortedUniqueItemList< Type > | inlineprotected |
SortedUniqueItemList() | IG.Lib.SortedUniqueItemList< Type > | inline |
SortedUniqueItemList(int initialCapacity) | IG.Lib.SortedUniqueItemList< Type > | inline |
SortedUniqueItemList(params Type[] items) | IG.Lib.SortedUniqueItemList< Type > | inline |
SortedUniqueItemList(IList< Type > items) | IG.Lib.SortedUniqueItemList< Type > | inline |
SortedUniqueItemList(ICollection< Type > items) | IG.Lib.SortedUniqueItemList< Type > | inline |
this[int index] | IG.Lib.SortedUniqueItemList< Type > | |
ToArray() | IG.Lib.SortedUniqueItemList< Type > | inline |
ToString() | IG.Lib.SortedUniqueItemList< Type > | inline |