[Missing <summary> documentation for "M:SF.Snowball.SnowballProgram.find_among_b(SF.Snowball.Among[],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 int find_among_b(
	Among[] v,
	int v_size
)
Visual Basic
Protected Friend Overridable Function find_among_b ( _
	v As Among(), _
	v_size As Integer _
) As Integer
Visual C++
protected public:
virtual int find_among_b(
	array<Among^>^ v, 
	int v_size
)

Parameters

v
Type: array<SF.Snowball..::..Among>[]()[][]

[Missing <param name="v"/> documentation for "M:SF.Snowball.SnowballProgram.find_among_b(SF.Snowball.Among[],System.Int32)"]

v_size
Type: System..::..Int32

[Missing <param name="v_size"/> documentation for "M:SF.Snowball.SnowballProgram.find_among_b(SF.Snowball.Among[],System.Int32)"]

Return Value

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

See Also