Beispiel #1
0
 public override string ToString()
 {
     return(string.Format("Added {0} items to and removed {1} items from '{2}'", Added.Count(), Removed.Count(), Property.Name));
 }