WeaverUtilities.

GetList<T>(List<T>) Method

Summary

Assigns an available System.Collections.Generic.List`1 from the pool or creates a new one if there are none.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void GetList<T>(out List<T> list)

Type Parameters

Name Description
T

Parameters

Name Type Description
list List<T>

Return Value

Type Description
void