Container class for networking system built-in message types.

Esempio n. 1
0
 public override string ToString()
 {
     object[] objArray1 = new object[] { MsgType.MsgTypeToString(this.msgType), ": count=", this.count, " bytes=", this.bytes };
     return(string.Concat(objArray1));
 }
Esempio n. 2
0
 public override string ToString()
 {
     return(MsgType.MsgTypeToString(msgType) + ": count=" + count + " bytes=" + bytes);
 }