Exemplo n.º 1
0
 /// <summary>
 /// Serializes the object into fields and adds them to the message
 /// </summary>
 public static Message AddData(this Message msg, object obj)
 {
     return(MessageModule.AddData(obj, msg));
 }