public static IMultiwaySplitter Repeat(this ITwoWaySplitter splitter) =>
 new TwoWayRepeater(splitter);
Exemple #2
0
 public TwoWayRepeater(ITwoWaySplitter splitter)
 {
     this.Splitter = splitter;
 }