Class CollectionPool<TCollection, TValue>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
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)