コード例 #1
0
 public void OnCollectionChanged(ChangedKind changedKind, T value, TView view, in NotifyCollectionChangedEventArgs <T> eventArgs)
コード例 #2
0
 public void OnCollectionChanged(ChangedKind changedKind, T value, TView view, in NotifyCollectionChangedEventArgs <T> eventArgs) => onCollectionChanged?.Invoke(changedKind, value, view);