Exemplo n.º 1
0
 public IEnumerable <T> In <T>() where T : E => InE?.OfType <T>();
Exemplo n.º 2
0
 public IEnumerable <E> Both() => InE.Union(OutE);