Example #1
0
        public int GetStringCount(TagSet tagSet)
        {
            StringRange sr;
            bool        result = lookup.TryGetBestValue(tagSet, out sr);

            Debug.Assert(result || sr.count == 0);
            return(sr.count);
        }