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

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

Syntax

C#
public int AllocSlice(
	byte[] slice,
	int upto
)
Visual Basic
Public Function AllocSlice ( _
	slice As Byte(), _
	upto As Integer _
) As Integer
Visual C++
public:
int AllocSlice(
	array<unsigned char>^ slice, 
	int upto
)

Parameters

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

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

upto
Type: System..::..Int32

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

Return Value

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

See Also