Example #1
0
 /// <summary>
 /// Item is about to be added
 /// </summary>
 protected override void OnAdding(NetTypeReference item)
 {
     owner.OnModified();
 }
Example #2
0
 /// <summary>
 /// Item is about to be added
 /// </summary>
 protected override void OnAdding(T item)
 {
     item.DeclaringType = declaringType;
     declaringType.OnModified();
 }