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

Namespace: Lucene.Net.Analysis.AR
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
protected int Delete(
	char[] s,
	int pos,
	int len
)
Visual Basic
Protected Function Delete ( _
	s As Char(), _
	pos As Integer, _
	len As Integer _
) As Integer
Visual C++
protected:
int Delete(
	array<wchar_t>^ s, 
	int pos, 
	int len
)

Parameters

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

[Missing <param name="s"/> documentation for "M:Lucene.Net.Analysis.AR.ArabicStemmer.Delete(System.Char[],System.Int32,System.Int32)"]

pos
Type: System..::..Int32

[Missing <param name="pos"/> documentation for "M:Lucene.Net.Analysis.AR.ArabicStemmer.Delete(System.Char[],System.Int32,System.Int32)"]

len
Type: System..::..Int32

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

Return Value

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

See Also