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