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

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

Syntax

C#
public int NewSlice(
	int size
)
Visual Basic
Public Function NewSlice ( _
	size As Integer _
) As Integer
Visual C++
public:
int NewSlice(
	int size
)

Parameters

size
Type: System..::..Int32

[Missing <param name="size"/> documentation for "M:Lucene.Net.Index.ByteBlockPool.NewSlice(System.Int32)"]

Return Value

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

See Also