[Missing <summary> documentation for "M:Lucene.Net.Store.RAMFile.GetBuffer(System.Int32)"]

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

Syntax

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

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:Lucene.Net.Store.RAMFile.GetBuffer(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.RAMFile.GetBuffer(System.Int32)"]

See Also