Exemplo n.º 1
0
 public INotifyCollection <T> AsNotifiable()
 {
     return(new Notifiable(this, Inner.AsNotifiable()));
 }