Пример #1
0
 public void Append <T>(PBXSortedDictionary <T> dictionary) where T : PBXObject
 {
     foreach (var item in dictionary)
     {
         this.Add(item.Key, item.Value);
     }
 }
Пример #2
0
 public void Append(PBXSortedDictionary dictionary)
 {
     foreach (var item in dictionary)
     {
         this.Add(item.Key, item.Value);
     }
 }