Class CollectionPool<TCollection, TValue>
Inheritance
System.Object
CollectionPool<TCollection, TValue>
Syntax
public class CollectionPool<TCollection, TValue> : Pool<TCollection>, IPool, IPool where TCollection : class, ICollection<TValue>, new()
Type Parameters
Name |
Description |
TCollection |
|
TValue |
|
Methods
New()
Declaration
protected override TCollection New()
Returns
Type |
Description |
TCollection |
|
Overrides
InsaneScatterbrain.Pooling.Pool<TCollection>.New()
Reset(TCollection)
Declaration
protected override void Reset(TCollection instance)
Parameters
Type |
Name |
Description |
TCollection |
instance |
|
Overrides
InsaneScatterbrain.Pooling.Pool<TCollection>.Reset(TCollection)
Implements