Utils_LinqCreateListT Method |
Creates a new list of type T with the specified items as default values.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static List<T> CreateList<T>(
params T[] items
)
Parameters
- items
- Type: T
Type Parameters
- T
Return Value
Type:
ListTSee Also