Пример #1
0
 private void AddChildToDictionary()
 {
     TypeOperations.AddToDictionary((IDictionary)Previous.Collection, InstanceProperties.Key, Current.Instance);
     ClearKey();
 }
Пример #2
0
 private void AddChildToCurrentCollection()
 {
     TypeOperations.AddToCollection(Previous.Collection, Current.Instance);
 }