Onism.Cldr.CldrTree.CldrTree C# (CSharp) Method

CldrTree() private method

private CldrTree ( ) : System.Collections.Generic
return System.Collections.Generic
        internal CldrTree()
        {
            this.Root = new CldrTreeNode(this, null);
            this.Values = new List<string>();
            this.Locales = new IdentifierDictionary<CldrLocale>();
        }