Class MyConcurrentArrayBufferPool<TElement>
Inheritance
System.Object
MyConcurrentBucketPool<TElement[]>
MyConcurrentBufferPool<TElement[]>
MyConcurrentBufferPool<TElement[], MyConcurrentArrayBufferPool.ArrayAllocator<>>
MyConcurrentArrayBufferPool<TElement>
Inherited Members
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public class MyConcurrentArrayBufferPool<TElement> : MyConcurrentBufferPool<TElement[], MyConcurrentArrayBufferPool<TElement>.ArrayAllocator>
Type Parameters
| Name | Description |
|---|---|
| TElement |
Constructors
MyConcurrentArrayBufferPool(String)
Declaration
public MyConcurrentArrayBufferPool(string debugName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | debugName |