コード例 #1
0
 public static string Received(this Message msg)
 {
     return($"Received message: {msg.GetDescription()}");
 }
コード例 #2
0
 public static string Sent(this Message msg)
 {
     return($"Sent message: {msg.GetDescription()}");
 }