Ejemplo n.º 1
0
 public override IEnumerable <ISymbol> Flatten()
 {
     return(base.Flatten().Union(symbols.SelectMany(s => s.Flatten())));
 }