[Missing <summary> documentation for "M:SF.Snowball.Ext.FrenchStemmer.copy_from(SF.Snowball.Ext.FrenchStemmer)"]

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

Syntax

C#
protected internal virtual void copy_from(
	FrenchStemmer other
)
Visual Basic
Protected Friend Overridable Sub copy_from ( _
	other As FrenchStemmer _
)
Visual C++
protected public:
virtual void copy_from(
	FrenchStemmer^ other
)

Parameters

other
Type: SF.Snowball.Ext..::..FrenchStemmer

[Missing <param name="other"/> documentation for "M:SF.Snowball.Ext.FrenchStemmer.copy_from(SF.Snowball.Ext.FrenchStemmer)"]

See Also