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

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 replace_s(
	int c_bra,
	int c_ket,
	string s
)
Visual Basic
Protected Friend Overridable Function replace_s ( _
	c_bra As Integer, _
	c_ket As Integer, _
	s As String _
) As Integer
Visual C++
protected public:
virtual int replace_s(
	int c_bra, 
	int c_ket, 
	String^ s
)

Parameters

c_bra
Type: System..::..Int32

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

c_ket
Type: System..::..Int32

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

s
Type: System..::..String

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

Return Value

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

See Also