Ejemplo n.º 1
0
 protected virtual IEnumerable <TInterface> GetEnumerable()
 {
     return(underlyingCollection.Cast <TInterface>());
 }