Class MyConcurrentBufferPool<TElement, TAllocator>
Inheritance
System.Object
MyConcurrentBucketPool<TElement>
MyConcurrentBufferPool<TElement>
MyConcurrentBufferPool<TElement, TAllocator>
Inherited Members
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 |