[Missing <summary> documentation for "M:SF.Snowball.SnowballProgram.in_grouping_b(System.Char[],System.Int32,System.Int32)"]

Namespace: SF.Snowball
Assembly: Lucene.Net.Contrib.Snowball (in Lucene.Net.Contrib.Snowball.dll) Version: 2.0.0.1

Syntax

C#
protected internal virtual bool in_grouping_b(
	char[] s,
	int min,
	int max
)
Visual Basic
Protected Friend Overridable Function in_grouping_b ( _
	s As Char(), _
	min As Integer, _
	max As Integer _
) As Boolean
Visual C++
protected public:
virtual bool in_grouping_b(
	array<wchar_t>^ s, 
	int min, 
	int max
)

Parameters

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

[Missing <param name="s"/> documentation for "M:SF.Snowball.SnowballProgram.in_grouping_b(System.Char[],System.Int32,System.Int32)"]

min
Type: System..::..Int32

[Missing <param name="min"/> documentation for "M:SF.Snowball.SnowballProgram.in_grouping_b(System.Char[],System.Int32,System.Int32)"]

max
Type: System..::..Int32

[Missing <param name="max"/> documentation for "M:SF.Snowball.SnowballProgram.in_grouping_b(System.Char[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:SF.Snowball.SnowballProgram.in_grouping_b(System.Char[],System.Int32,System.Int32)"]

See Also