|
static global::System.Array | CreateInstance (global::System.Type elementType, params long[] lengths) |
|
static global::System.Collections.ObjectModel.ReadOnlyCollection< T > | AsReadOnly< T > (T[] array) |
|
static void | Resize< T > (ref T[] array, int newSize) |
|
static int | BinarySearch (global::System.Array array, object value) |
|
static TOutput[] | ConvertAll< TInput, TOutput > (TInput[] array, global::System.Converter< TInput, TOutput > converter) |
|
static void | Copy (global::System.Array sourceArray, global::System.Array destinationArray, long length) |
|
static void | Copy (global::System.Array sourceArray, long sourceIndex, global::System.Array destinationArray, long destinationIndex, long length) |
|
static void | ForEach< T > (T[] array, global::System.Action< T > action) |
|
static int | BinarySearch (global::System.Array array, int index, int length, object value) |
|
static int | BinarySearch (global::System.Array array, object value, global::System.Collections.IComparer comparer) |
|
static int | BinarySearch (global::System.Array array, int index, int length, object value, global::System.Collections.IComparer comparer) |
|
static int | BinarySearch< T > (T[] array, T value) |
|
static int | BinarySearch< T > (T[] array, T value, global::System.Collections.Generic.IComparer< T > comparer) |
|
static int | BinarySearch< T > (T[] array, int index, int length, T value) |
|
static int | BinarySearch< T > (T[] array, int index, int length, T value, global::System.Collections.Generic.IComparer< T > comparer) |
|
static int | IndexOf (global::System.Array array, object value) |
|
static int | IndexOf (global::System.Array array, object value, int startIndex) |
|
static int | IndexOf (global::System.Array array, object value, int startIndex, int count) |
|
static int | IndexOf< T > (T[] array, T value) |
|
static int | IndexOf< T > (T[] array, T value, int startIndex) |
|
static int | IndexOf< T > (T[] array, T value, int startIndex, int count) |
|
static int | LastIndexOf (global::System.Array array, object value) |
|
static int | LastIndexOf (global::System.Array array, object value, int startIndex) |
|
static int | LastIndexOf (global::System.Array array, object value, int startIndex, int count) |
|
static int | LastIndexOf< T > (T[] array, T value) |
|
static int | LastIndexOf< T > (T[] array, T value, int startIndex) |
|
static int | LastIndexOf< T > (T[] array, T value, int startIndex, int count) |
|
static void | Reverse (global::System.Array array) |
|
static void | Reverse (global::System.Array array, int index, int length) |
|
static void | Reverse< T > (T[] array) |
|
static void | Reverse< T > (T[] array, int index, int length) |
|
static void | Sort (global::System.Array array) |
|
static void | Sort (global::System.Array array, int index, int length) |
|
static void | Sort (global::System.Array array, global::System.Collections.IComparer comparer) |
|
static void | Sort (global::System.Array array, int index, int length, global::System.Collections.IComparer comparer) |
|
static void | Sort (global::System.Array keys, global::System.Array items) |
|
static void | Sort (global::System.Array keys, global::System.Array items, global::System.Collections.IComparer comparer) |
|
static void | Sort (global::System.Array keys, global::System.Array items, int index, int length) |
|
static void | Sort (global::System.Array keys, global::System.Array items, int index, int length, global::System.Collections.IComparer comparer) |
|
static void | Sort< T > (T[] array) |
|
static void | Sort< T > (T[] array, int index, int length) |
|
static void | Sort< T > (T[] array, global::System.Collections.Generic.IComparer< T > comparer) |
|
static void | Sort< T > (T[] array, int index, int length, global::System.Collections.Generic.IComparer< T > comparer) |
|
static void | Sort< T > (T[] array, global::System.Comparison< T > comparison) |
|
static void | Sort< TKey, TValue > (TKey[] keys, TValue[] items) |
|
static void | Sort< TKey, TValue > (TKey[] keys, TValue[] items, int index, int length) |
|
static void | Sort< TKey, TValue > (TKey[] keys, TValue[] items, global::System.Collections.Generic.IComparer< TKey > comparer) |
|
static void | Sort< TKey, TValue > (TKey[] keys, TValue[] items, int index, int length, global::System.Collections.Generic.IComparer< TKey > comparer) |
|
static bool | Exists< T > (T[] array, global::System.Predicate< T > match) |
|
static void | Fill< T > (T[] array, T value) |
|
static void | Fill< T > (T[] array, T value, int startIndex, int count) |
|
static T | Find< T > (T[] array, global::System.Predicate< T > match) |
|
static T[] | FindAll< T > (T[] array, global::System.Predicate< T > match) |
|
static int | FindIndex< T > (T[] array, global::System.Predicate< T > match) |
|
static int | FindIndex< T > (T[] array, int startIndex, global::System.Predicate< T > match) |
|
static int | FindIndex< T > (T[] array, int startIndex, int count, global::System.Predicate< T > match) |
|
static T | FindLast< T > (T[] array, global::System.Predicate< T > match) |
|
static int | FindLastIndex< T > (T[] array, global::System.Predicate< T > match) |
|
static int | FindLastIndex< T > (T[] array, int startIndex, global::System.Predicate< T > match) |
|
static int | FindLastIndex< T > (T[] array, int startIndex, int count, global::System.Predicate< T > match) |
|
static bool | TrueForAll< T > (T[] array, global::System.Predicate< T > match) |
|
static global::System.Array | CreateInstance (global::System.Type elementType, int length) |
|
static global::System.Array | CreateInstance (global::System.Type elementType, int length1, int length2) |
|
static global::System.Array | CreateInstance (global::System.Type elementType, int length1, int length2, int length3) |
|
static global::System.Array | CreateInstance (global::System.Type elementType, params int[] lengths) |
|
static global::System.Array | CreateInstance (global::System.Type elementType, int[] lengths, int[] lowerBounds) |
|
static void | Clear (global::System.Array array, int index, int length) |
|
static void | Copy (global::System.Array sourceArray, global::System.Array destinationArray, int length) |
|
static void | Copy (global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length) |
|
static void | ConstrainedCopy (global::System.Array sourceArray, int sourceIndex, global::System.Array destinationArray, int destinationIndex, int length) |
|
static T[] | Empty< T > () |
|
Definition at line 39 of file Array.cs.