This is the complete list of members for CollectionExtensions, including all inherited members.
| AreArraysIdentical< T >(T[] firstArray, T[] otherArray, System.Comparison< T > compareFunction) | CollectionExtensions | static |
| AreArraysIdentical< T >(T[] firstArray, T[] otherArray) | CollectionExtensions | static |
| Contains< T >(this IEnumerable< T > list, T value) | CollectionExtensions | static |
| GetCiricularIndexedElement< T >(this T[] array, int circularIndex) | CollectionExtensions | static |
| GetCiricularIndexedElement< T >(this List< T > array, int circularIndex) | CollectionExtensions | static |
| IsArrayIdentical< T >(this T[] thisArray, T[] otherArray, System.Comparison< T > compareFunction) | CollectionExtensions | static |
| IsArrayIdentical< T >(this T[] thisArray, T[] otherArray) | CollectionExtensions | static |
| IsArrayNotEmpty< T >(this T[] list) | CollectionExtensions | static |
| IsListNotEmpty< T >(this List< T > list) | CollectionExtensions | static |
| RemoveRangeCircular< T >(this List< T > list, int startIndex, int count) | CollectionExtensions | static |
| SetIListSize(IList listInterface, int newSize) | CollectionExtensions | static |
| ToStringEnumerated< T >(this IEnumerable< T > list) | CollectionExtensions | static |
| ToStringEnumerated< T >(this T[] array) | CollectionExtensions | static |