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

copy_from() private method

private copy_from ( PortugueseStemmer other ) : void
other PortugueseStemmer
return void
        private void copy_from(PortugueseStemmer other)
        {
            I_p2 = other.I_p2;
            I_p1 = other.I_p1;
            I_pV = other.I_pV;
            base.copy_from(other);
        }