[Missing <summary> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.GetByteBlock(System.Boolean)"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract byte[] GetByteBlock(
	bool trackAllocations
)
Visual Basic
Public MustOverride Function GetByteBlock ( _
	trackAllocations As Boolean _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetByteBlock(
	bool trackAllocations
) abstract

Parameters

trackAllocations
Type: System..::..Boolean

[Missing <param name="trackAllocations"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.GetByteBlock(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.GetByteBlock(System.Boolean)"]

See Also