Example #1
0
 public override string ToString()
 {
     return(string.Format("[IrqAttribute: {0} -> {1}@{2}]",
                          Sources == null ? "" : PrettyPrintIrqEnds(Sources.SelectMany(x => x.Ends)),
                          DestinationPeripheral.ToShortString(),
                          PrettyPrintIrqEnds(Destinations.SelectMany(x => x.Ends))));
 }
 public override string ToString()
 {
     return($"{DestinationPeripheral.ToShortString()}@{PrettyPrintIrqEnds(Destinations.SelectMany(x => x.Ends))}");
 }