iTextSharp.text.pdf.hyphenation.HyphenationTree.HyphenationTree C# (CSharp) Метод

HyphenationTree() публичный Метод

public HyphenationTree ( ) : System
Результат System
        public HyphenationTree()
        {
            stoplist = new Dictionary<string,List<object>>(23);    // usually a small table
            classmap = new TernaryTree();
            vspace = new ByteVector();
            vspace.Alloc(1);    // this reserves index 0, which we don't use
        }