Method GetCollection
GetCollection()
Gets a collection of the given type from the pool. Creates a new collection object if the pool is empty.
Declaration
public static TCollection GetCollection()
Returns
Type | Description |
---|---|
TCollection | An empty collection. |