Show / Hide Table of Contents

Class MyConcurrentBufferPool<TElement, TAllocator>

Inheritance
System.Object
MyConcurrentBucketPool
MyConcurrentBucketPool<TElement>
MyConcurrentBufferPool<TElement>
MyConcurrentBufferPool<TElement, TAllocator>
MyConcurrentArrayBufferPool<TElement>
Inherited Members
MyConcurrentBufferPool<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 MyConcurrentBufferPool<TElement, TAllocator> : MyConcurrentBufferPool<TElement> where TElement : class where TAllocator : IMyElementAllocator<TElement>, new()
Type Parameters
Name Description
TElement
TAllocator

Constructors

MyConcurrentBufferPool(String)

Declaration
public MyConcurrentBufferPool(string debugName)
Parameters
Type Name Description
System.String debugName
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾