예제 #1
0
 private static INotifyCollectionChanged getSource(INotifyCollectionChanged source)
 {
     return(source.Concatenating <TSourceItem>());
 }