[Missing <summary> documentation for "M:Lucene.Net.Analysis.MappingCharFilter.Read(System.Char[],System.Int32,System.Int32)"]

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

Syntax

C#
public override int Read(
	char[] cbuf,
	int off,
	int len
)
Visual Basic
Public Overrides Function Read ( _
	cbuf As Char(), _
	off As Integer, _
	len As Integer _
) As Integer
Visual C++
public:
virtual int Read(
	array<wchar_t>^ cbuf, 
	int off, 
	int len
) override

Parameters

cbuf
Type: array<System..::..Char>[]()[][]

[Missing <param name="cbuf"/> documentation for "M:Lucene.Net.Analysis.MappingCharFilter.Read(System.Char[],System.Int32,System.Int32)"]

off
Type: System..::..Int32

[Missing <param name="off"/> documentation for "M:Lucene.Net.Analysis.MappingCharFilter.Read(System.Char[],System.Int32,System.Int32)"]

len
Type: System..::..Int32

[Missing <param name="len"/> documentation for "M:Lucene.Net.Analysis.MappingCharFilter.Read(System.Char[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.MappingCharFilter.Read(System.Char[],System.Int32,System.Int32)"]

See Also