CollectionExtensions Member List

This is the complete list of members for CollectionExtensions, including all inherited members.

AreArraysIdentical< T >(T[] firstArray, T[] otherArray, System.Comparison< T > compareFunction)CollectionExtensionsstatic
AreArraysIdentical< T >(T[] firstArray, T[] otherArray)CollectionExtensionsstatic
Contains< T >(this IEnumerable< T > list, T value)CollectionExtensionsstatic
GetCiricularIndexedElement< T >(this T[] array, int circularIndex)CollectionExtensionsstatic
GetCiricularIndexedElement< T >(this List< T > array, int circularIndex)CollectionExtensionsstatic
IsArrayIdentical< T >(this T[] thisArray, T[] otherArray, System.Comparison< T > compareFunction)CollectionExtensionsstatic
IsArrayIdentical< T >(this T[] thisArray, T[] otherArray)CollectionExtensionsstatic
IsArrayNotEmpty< T >(this T[] list)CollectionExtensionsstatic
IsListNotEmpty< T >(this List< T > list)CollectionExtensionsstatic
RemoveRangeCircular< T >(this List< T > list, int startIndex, int count)CollectionExtensionsstatic
SetIListSize(IList listInterface, int newSize)CollectionExtensionsstatic
ToStringEnumerated< T >(this IEnumerable< T > list)CollectionExtensionsstatic
ToStringEnumerated< T >(this T[] array)CollectionExtensionsstatic