示例#1
0
 public RecvMsgAttribute(MsgTypeE msgType, Type type) : base(msgType)
 {
     this.DataType = type;
 }
示例#2
0
 public MsgTypeAttribute(MsgTypeE msgType)
 {
     this.MsgType = msgType;
 }