public void Append <T>(PBXSortedDictionary <T> dictionary) where T : PBXObject { foreach (var item in dictionary) { this.Add(item.Key, item.Value); } }
public void Append(PBXSortedDictionary dictionary) { foreach (var item in dictionary) { this.Add(item.Key, item.Value); } }