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
a
T[]Array to fill.
value
TValue used to fill the array.
Type Parameters
T
Type 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.
T
Type of value.