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