コード例 #1
0
        public TagType GetTypeOf(string word)
        {
            var type = _typeCache.GetType(word);

            return(type == null ? TagType.Nothing : TagType.Object);
        }