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