コード例 #1
0
 public Message_ListOfMsg Assign(Message_ListOfMsg theOther)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Prepend(Message_ListOfMsg theOther)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Message_ListOfMsg(Message_ListOfMsg theOther)
     : base()
 {
     throw new NotImplementedException();
 }