Method RecycleCollection
RecycleCollection(TCollection)
Returns a collection to the pool. The collection is cleared.
Declaration
public static void RecycleCollection(TCollection collection)
Parameters
Type | Name | Description |
---|---|---|
TCollection | collection | The collection to be added to the pool. |