Exemple #1
0
 public IndexedNotification(int index, ListChangedNotification <T> notification)
 {
     this.Index        = index;
     this.Notification = notification;
 }
Exemple #2
0
 public IndexedNotification(int index, ListChangedNotification <T> notification)
 {
     Index        = index;
     Notification = notification;
 }