Initializes a new instance of the ByteBlockPool class
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public ByteBlockPool( ByteBlockPool..::..Allocator allocator, bool trackAllocations ) |
Visual Basic |
---|
Public Sub New ( _ allocator As ByteBlockPool..::..Allocator, _ trackAllocations As Boolean _ ) |
Visual C++ |
---|
public: ByteBlockPool( ByteBlockPool..::..Allocator^ allocator, bool trackAllocations ) |
Parameters
- allocator
- Type: Lucene.Net.Index..::..ByteBlockPool..::..Allocator
[Missing <param name="allocator"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.#ctor(Lucene.Net.Index.ByteBlockPool.Allocator,System.Boolean)"]
- trackAllocations
- Type: System..::..Boolean
[Missing <param name="trackAllocations"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.#ctor(Lucene.Net.Index.ByteBlockPool.Allocator,System.Boolean)"]