Exemple #1
0
 public override string ToString()
 {
     return("RpcInvocation [_methodName=" + MethodName + ", _parameterTypes="
            + string.Join(",", ParameterTypes.ToList()) + ", _arguments=" + string.Join(",", Arguments.ToList())
            + ", _attachments=" + Attachments + "]");
 }