Class ArrayUtils
Contains static methods related to arrays.
public static class ArrayUtils
- Inheritance
-
ArrayUtils
Methods
- FillWithIndex(ref byte[])
Fills each element of the byte array with it's index.
- Fill<T>(ref T[], T)
Fills specified array with the given value.