<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Array
public static int BinarySearch<
T>(
T[]
array,
int index,
int length,
T value)
public static void Clear(
Array array,
int index,
int length)
public static void ConstrainedCopy(
Array sourceArray,
int sourceIndex,
Array destinationArray,
int destinationIndex,
int length)
public static TOutput[]
ConvertAll<
TInput,
TOutput>(
TInput[]
array,
Converter<
TInput,
TOutput>
converter)
public static void Copy(
Array sourceArray,
Array destinationArray,
int length)
public static void Copy(
Array sourceArray,
Array destinationArray,
long length)
public static void Copy(
Array sourceArray,
int sourceIndex,
Array destinationArray,
int destinationIndex,
int length)
public static void Copy(
Array sourceArray,
long sourceIndex,
Array destinationArray,
long destinationIndex,
long length)
public static T[]
Empty<
T>()
public static int IndexOf(
Array array,
object value,
int startIndex)
public static int IndexOf(
Array array,
object value,
int startIndex,
int count)
public static int IndexOf<
T>(
T[]
array,
T value)
public static int IndexOf<
T>(
T[]
array,
T value,
int startIndex)
public static int IndexOf<
T>(
T[]
array,
T value,
int startIndex,
int count)
public static int LastIndexOf(
Array array,
object value,
int startIndex,
int count)
public static int LastIndexOf<
T>(
T[]
array,
T value,
int startIndex)
public static int LastIndexOf<
T>(
T[]
array,
T value,
int startIndex,
int count)
public static void Resize<
T>(
ref T array,
int newSize)
public static void Reverse(
Array array,
int index,
int length)
public static void Sort(
Array keys,
Array items,
int index,
int length)
public static void Sort(
Array array,
int index,
int length)
public static void Sort<
T>(
T[]
array)
public static void Sort<
T>(
T[]
array,
int index,
int length)
public static void Sort<
T>(
T[]
array,
int index,
int length,
IComparer<
T>
comparer)
public static void Sort<
TKey,
TValue>(
TKey[]
keys,
TValue[]
items)
public static void Sort<
TKey,
TValue>(
TKey[]
keys,
TValue[]
items,
IComparer<
TKey>
comparer)
public static void Sort<
TKey,
TValue>(
TKey[]
keys,
TValue[]
items,
int index,
int length)
public static void Sort<
TKey,
TValue>(
TKey[]
keys,
TValue[]
items,
int index,
int length,
IComparer<
TKey>
comparer)
public object GetValue(
int index1,
int index2)
public object GetValue(
int index1,
int index2,
int index3)
public object GetValue(
long index1,
long index2)
public object GetValue(
long index1,
long index2,
long index3)
public void SetValue(
object value,
int index)
public void SetValue(
object value,
int index1,
int index2)
public void SetValue(
object value,
int index1,
int index2,
int index3)
public void SetValue(
object value,
int[]
indices)
public void SetValue(
object value,
long index)
public void SetValue(
object value,
long index1,
long index2)
public void SetValue(
object value,
long index1,
long index2,
long index3)
public void SetValue(
object value,
long[]
indices)