peng04.logic.NGramCache.NGramCache C# (CSharp) 메소드

NGramCache() 공개 메소드

public NGramCache ( ) : System
리턴 System
        public NGramCache()
        {
            this.Value = 0;
            this.NextSegment = new Dictionary<string, NGramCache>();
        }