Show / Hide Table of Contents

Class MyConcurrentBucketPool<TElement, TAllocator>

Inheritance
System.Object
MyConcurrentBucketPool
MyConcurrentBucketPool<TElement>
MyConcurrentBucketPool<TElement, TAllocator>
Inherited Members
MyConcurrentBucketPool<TElement>.Get(Int32)
MyConcurrentBucketPool<TElement>.Return(TElement)
MyConcurrentBucketPool<TElement>.GetReport()
MyConcurrentBucketPool<TElement>.Clear()
MyConcurrentBucketPool<TElement>.DisposeInternal()
MyConcurrentBucketPool.EnablePooling
MyConcurrentBucketPool.OnExit()
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾