Method Fill
Fill<T>(ref T[], T)
Fills specified array with the given value.
public static void Fill<T>(ref T[] a, T value)
Parameters
aT[]Array to fill.
valueTValue used to fill the array.
Type Parameters
TType of value.
Fills specified array with the given value.
public static void Fill<T>(ref T[] a, T value)
a T[]Array to fill.
value TValue used to fill the array.
TType of value.