[Missing <summary> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks(System.Byte[][],System.Int32,System.Int32)"]

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

Syntax

C#
public abstract void RecycleByteBlocks(
	byte[][] blocks,
	int start,
	int end
)
Visual Basic
Public MustOverride Sub RecycleByteBlocks ( _
	blocks As Byte()(), _
	start As Integer, _
	end As Integer _
)
Visual C++
public:
virtual void RecycleByteBlocks(
	array<array<unsigned char>^>^ blocks, 
	int start, 
	int end
) abstract

Parameters

blocks
Type: array<array<System..::..Byte>[]()[][]>[]()[][]

[Missing <param name="blocks"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks(System.Byte[][],System.Int32,System.Int32)"]

start
Type: System..::..Int32

[Missing <param name="start"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks(System.Byte[][],System.Int32,System.Int32)"]

end
Type: System..::..Int32

[Missing <param name="end"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.Allocator.RecycleByteBlocks(System.Byte[][],System.Int32,System.Int32)"]

See Also