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

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(
	EnglishStemmer other
)
Visual Basic
Protected Friend Overridable Sub copy_from ( _
	other As EnglishStemmer _
)
Visual C++
protected public:
virtual void copy_from(
	EnglishStemmer^ other
)

Parameters

other
Type: SF.Snowball.Ext..::..EnglishStemmer

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

See Also