Exemple #1
0
 public virtual void iceRead(InputStream istr)
 {
     istr.StartValue();
     iceReadImpl(istr);
     istr.EndValue(false);
 }