Initializes a new instance of the Among class

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

Syntax

C#
public Among(
	string s,
	int substring_i,
	int result,
	string methodname,
	SnowballProgram methodobject
)
Visual Basic
Public Sub New ( _
	s As String, _
	substring_i As Integer, _
	result As Integer, _
	methodname As String, _
	methodobject As SnowballProgram _
)
Visual C++
public:
Among(
	String^ s, 
	int substring_i, 
	int result, 
	String^ methodname, 
	SnowballProgram^ methodobject
)

Parameters

s
Type: System..::..String

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

substring_i
Type: System..::..Int32

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

result
Type: System..::..Int32

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

methodname
Type: System..::..String

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

methodobject
Type: SF.Snowball..::..SnowballProgram

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

See Also