[Missing <summary> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.Bytes(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 void Bytes(
	byte[] bytesOut,
	int offset,
	int len
)
Visual Basic
Public Sub Bytes ( _
	bytesOut As Byte(), _
	offset As Integer, _
	len As Integer _
)
Visual C++
public:
void Bytes(
	array<unsigned char>^ bytesOut, 
	int offset, 
	int len
)

Parameters

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

[Missing <param name="bytesOut"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.Bytes(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.Bytes(System.Byte[],System.Int32,System.Int32)"]

len
Type: System..::..Int32

[Missing <param name="len"/> documentation for "M:Lucene.Net.Index.SegmentReader.Norm.Bytes(System.Byte[],System.Int32,System.Int32)"]

See Also