WeaverUtilities.

GetList<T>() Method

Summary

Returns 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 List<T> GetList<T>()

Type Parameters

Name Description
T

Return Value

Type Description
List<T>