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
listIList<T>The list to fill.
valueTThe value to fill the list with.
Type Parameters
TThe type of items in the list.