Class StackPool<T>
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
public class StackPool<T> : Pool<Stack<T>>, IPool, IPool
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
New()
Declaration
protected override Stack<T> New()
Returns
| Type | Description |
|---|---|
| Stack<T> |
Overrides
InsaneScatterbrain.Pooling.Pool<System.Collections.Generic.Stack<T>>.New()
Reset(Stack<T>)
Declaration
protected override void Reset(Stack<T> instance)
Parameters
| Type | Name | Description |
|---|---|---|
| Stack<T> | instance |