Method Populate
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
Populate<T>(T[], T)
Populates an array with the given value.
public static void Populate<T>(this T[] arr, T value)
Parameters
arr
T[]value
T
Type Parameters
T
Populates an array with the given value.
public static void Populate<T>(this T[] arr, T value)
arr
T[]value
TT