mscorlib(4.0.0.0) API with additions
System.Array Member List

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

AsReadOnly< T >(T[] array)System.Arraystatic
BinarySearch(Array array, object value)System.Arraystatic
BinarySearch(Array array, int index, int length, object value)System.Arraystatic
BinarySearch(Array array, object value, IComparer comparer)System.Arraystatic
BinarySearch(Array array, int index, int length, object value, IComparer comparer)System.Arraystatic
BinarySearch< T >(T[] array, T value)System.Arraystatic
BinarySearch< T >(T[] array, T value, IComparer< T > comparer)System.Arraystatic
BinarySearch< T >(T[] array, int index, int length, T value)System.Arraystatic
BinarySearch< T >(T[] array, int index, int length, T value, IComparer< T > comparer)System.Arraystatic
Clear(Array array, int index, int length)System.Array
Clone()System.Array
ConstrainedCopy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)System.Arraystatic
ConvertAll< TInput, TOutput >(TInput[] array, Converter< TInput, TOutput > converter)System.Arraystatic
Copy(Array sourceArray, Array destinationArray, int length)System.Arraystatic
Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)System.Arraystatic
Copy(Array sourceArray, Array destinationArray, long length)System.Arraystatic
Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length)System.Arraystatic
CopyTo(Array array, int index)System.Array
CopyTo(Array array, long index)System.Array
CreateInstance(Type elementType, int length)System.Arraystatic
CreateInstance(Type elementType, int length1, int length2)System.Arraystatic
CreateInstance(Type elementType, int length1, int length2, int length3)System.Arraystatic
CreateInstance(Type elementType, params int[] lengths)System.Arraystatic
CreateInstance(Type elementType, params long[] lengths)System.Arraystatic
CreateInstance(Type elementType, int[] lengths, int[] lowerBounds)System.Arraystatic
Empty< T >()System.Arraystatic
Exists< T >(T[] array, Predicate< T > match)System.Arraystatic
Find< T >(T[] array, Predicate< T > match)System.Arraystatic
FindAll< T >(T[] array, Predicate< T > match)System.Arraystatic
FindIndex< T >(T[] array, Predicate< T > match)System.Arraystatic
FindIndex< T >(T[] array, int startIndex, Predicate< T > match)System.Arraystatic
FindIndex< T >(T[] array, int startIndex, int count, Predicate< T > match)System.Arraystatic
FindLast< T >(T[] array, Predicate< T > match)System.Arraystatic
FindLastIndex< T >(T[] array, Predicate< T > match)System.Arraystatic
FindLastIndex< T >(T[] array, int startIndex, Predicate< T > match)System.Arraystatic
FindLastIndex< T >(T[] array, int startIndex, int count, Predicate< T > match)System.Arraystatic
ForEach< T >(T[] array, Action< T > action)System.Arraystatic
GetEnumerator()System.Array
GetLength(int dimension)System.Array
GetLongLength(int dimension)System.Array
GetLowerBound(int dimension)System.Array
GetUpperBound(int dimension)System.Array
GetValue(params int[] indices)System.Array
GetValue(int index)System.Array
GetValue(int index1, int index2)System.Array
GetValue(int index1, int index2, int index3)System.Array
GetValue(long index)System.Array
GetValue(long index1, long index2)System.Array
GetValue(long index1, long index2, long index3)System.Array
GetValue(params long[] indices)System.Array
IndexOf(Array array, object value)System.Arraystatic
IndexOf(Array array, object value, int startIndex)System.Arraystatic
IndexOf(Array array, object value, int startIndex, int count)System.Arraystatic
IndexOf< T >(T[] array, T value)System.Arraystatic
IndexOf< T >(T[] array, T value, int startIndex)System.Arraystatic
IndexOf< T >(T[] array, T value, int startIndex, int count)System.Arraystatic
Initialize()System.Array
IsFixedSizeSystem.Array
IsReadOnlySystem.Array
IsSynchronizedSystem.Array
LastIndexOf(Array array, object value)System.Arraystatic
LastIndexOf(Array array, object value, int startIndex)System.Arraystatic
LastIndexOf(Array array, object value, int startIndex, int count)System.Arraystatic
LastIndexOf< T >(T[] array, T value)System.Arraystatic
LastIndexOf< T >(T[] array, T value, int startIndex)System.Arraystatic
LastIndexOf< T >(T[] array, T value, int startIndex, int count)System.Arraystatic
LengthSystem.Array
LongLengthSystem.Array
RankSystem.Array
Resize< T >(ref T[] array, int newSize)System.Arraystatic
Reverse(Array array)System.Arraystatic
Reverse(Array array, int index, int length)System.Arraystatic
SetValue(object value, int index)System.Array
SetValue(object value, int index1, int index2)System.Array
SetValue(object value, int index1, int index2, int index3)System.Array
SetValue(object value, params int[] indices)System.Array
SetValue(object value, long index)System.Array
SetValue(object value, long index1, long index2)System.Array
SetValue(object value, long index1, long index2, long index3)System.Array
SetValue(object value, params long[] indices)System.Array
Sort(Array array)System.Arraystatic
Sort(Array keys, Array items)System.Arraystatic
Sort(Array array, int index, int length)System.Arraystatic
Sort(Array keys, Array items, int index, int length)System.Arraystatic
Sort(Array array, IComparer comparer)System.Arraystatic
Sort(Array keys, Array items, IComparer comparer)System.Arraystatic
Sort(Array array, int index, int length, IComparer comparer)System.Arraystatic
Sort(Array keys, Array items, int index, int length, IComparer comparer)System.Arraystatic
Sort< T >(T[] array)System.Arraystatic
Sort< T >(T[] array, int index, int length)System.Arraystatic
Sort< T >(T[] array, IComparer< T > comparer)System.Arraystatic
Sort< T >(T[] array, int index, int length, IComparer< T > comparer)System.Arraystatic
Sort< T >(T[] array, Comparison< T > comparison)System.Arraystatic
Sort< TKey, TValue >(TKey[] keys, TValue[] items)System.Arraystatic
Sort< TKey, TValue >(TKey[] keys, TValue[] items, int index, int length)System.Arraystatic
Sort< TKey, TValue >(TKey[] keys, TValue[] items, IComparer< TKey > comparer)System.Arraystatic
Sort< TKey, TValue >(TKey[] keys, TValue[] items, int index, int length, IComparer< TKey > comparer)System.Arraystatic
SyncRootSystem.Array
TrueForAll< T >(T[] array, Predicate< T > match)System.Arraystatic