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