Class MyConcurrentBucketPool<TElement, TAllocator>
Inheritance
System.Object
MyConcurrentBucketPool<TElement>
MyConcurrentBucketPool<TElement, TAllocator>
Inherited Members
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public class MyConcurrentBucketPool<TElement, TAllocator> : MyConcurrentBucketPool<TElement> where TElement : class where TAllocator : IMyElementAllocator<TElement>, new()
Type Parameters
Name | Description |
---|---|
TElement | |
TAllocator |
Constructors
MyConcurrentBucketPool(String, Int32, Boolean)
Declaration
public MyConcurrentBucketPool(string debugName, int maxPooledInstances = 2147483647, bool autoClearPool = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | debugName | |
System.Int32 | maxPooledInstances | |
System.Boolean | autoClearPool |