SF.Snowball.Ext.SwedishStemmer.copy_from C# (CSharp) Method

copy_from() protected method

protected copy_from ( SwedishStemmer other ) : void
other SwedishStemmer
return void
		protected internal virtual void  copy_from(SwedishStemmer other)
		{
			I_p1 = other.I_p1;
			base.copy_from(other);
		}