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