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

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

Syntax

C#
public abstract void RecycleByteBlocks(
	ArrayList blocks
)
Visual Basic
Public MustOverride Sub RecycleByteBlocks ( _
	blocks As ArrayList _
)
Visual C++
public:
virtual void RecycleByteBlocks(
	ArrayList^ blocks
) abstract

Parameters

blocks
Type: System.Collections..::..ArrayList

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

See Also