Class MyConcurrentBufferPool<TElement>
Inheritance
System.Object
MyConcurrentBufferPool<TElement>
Assembly: VRage.Library.dll
Syntax
public class MyConcurrentBufferPool<TElement> : MyConcurrentBucketPool<TElement> where TElement : class
Type Parameters
Name |
Description |
TElement |
|
Constructors
MyConcurrentBufferPool(String, IMyElementAllocator<TElement>)
Declaration
public MyConcurrentBufferPool(string debugName, IMyElementAllocator<TElement> allocator)
Parameters
Methods
Get(Int32)
Declaration
public TElement Get(int bucketId)
Parameters
Type |
Name |
Description |
System.Int32 |
bucketId |
|
Returns
Type |
Description |
TElement |
|