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

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

Parameters

other
Type: SF.Snowball.Ext..::..DanishStemmer

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

See Also