Class ArrayHelper
Array Helper.
public static class ArrayHelper
- Inheritance
-
ArrayHelper
- Inherited Members
Methods
- Empty<T>()
Returns an empty array (返回一个空数组).
- Fill<T>(T[], T)
Assigns the given value of type T to each element of the specified array.