public virtual uint GetWordCount()
        {
            uint wordCount = 0;

            wordCount += IdRef.GetWordCount();
            wordCount += IdRef2.GetWordCount();
            return(wordCount);
        }
Beispiel #2
0
        public virtual uint GetWordCount()
        {
            uint wordCount = 0;

            wordCount += IdRef.GetWordCount();
            wordCount += LiteralInteger.GetWordCount();
            return(wordCount);
        }