Egothor.Stemmer.Cell.Cell C# (CSharp) Méthode

Cell() private méthode

Construct a Cell using the properties of the given Cell.
private Cell ( Cell a )
a Cell the whose properties will be used
        internal Cell(Cell a)
        {
            @ref = a.@ref;
            cmd = a.cmd;
            cnt = a.cnt;
            skip = a.skip;
        }

Same methods

Cell::Cell ( )