INotifyCollection <T> ICollectionExpression <T> .AsNotifiable() { return(casted.AsNotifiable().OfType <TSource, T>()); }
public new INotifyCollection <T> AsNotifiable() { return(Source.AsNotifiable().Where(PredicateExpression)); }