コード例 #1
0
 public bool Any()
 {
     return(AddedItems.Any() || RemovedItems.Any() || UpdatedItems.Any());
 }