Exemplo n.º 1
0
 INotifyCollection <T> ICollectionExpression <T> .AsNotifiable()
 {
     return(casted.AsNotifiable().OfType <TSource, T>());
 }
Exemplo n.º 2
0
 public new INotifyCollection <T> AsNotifiable()
 {
     return(Source.AsNotifiable().Where(PredicateExpression));
 }