Method Fill
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Fill<T>(IList<T>, T)
Fills the list with the given value.
[Version(4, 0, 0)]
public static void Fill<T>(this IList<T> list, T value)
Parameters
list
IList<T>The list to fill.
value
TThe value to fill the list with.
Type Parameters
T
The type of items in the list.