peng04.logic.NGramCache.NGramCache C# (CSharp) Method

NGramCache() public method

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