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

copy_from() protected method

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