コード例 #1
0
 protected static string GetMethodName(ICommunicationContext ctx) => ctx.GetMethodName();
コード例 #2
0
 protected static string GetMethodName(ICommunicationContext ctx)
 {
     return(ctx.GetMethodName());
 }