コード例 #1
0
 public static Task RelayWith(this IMyStream stream1, IMyStream stream2)
 {
     return(MyStream.Relay(stream1, stream2));
 }