Exemplo n.º 1
0
 internal CldrTree()
 {
     this.Root    = new CldrTreeNode(this, null);
     this.Values  = new List <string>();
     this.Locales = new IdentifierDictionary <CldrLocale>();
 }
Exemplo n.º 2
0
 protected bool Equals(IdentifierDictionary <T> other) => this.identifiers.IsSameAs(other.identifiers);