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