Egothor.Stemmer.Cell.ToString C# (CSharp) Method

ToString() public method

Return a string containing this Cell's attributes.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return "ref(" + @ref +")cmd(" + cmd + ")cnt(" + cnt + ")skp(" + skip + ")";
        }
    }