Пример #1
0
 public virtual void iceWrite(OutputStream ostr)
 {
     ostr.StartValue(null);
     iceWriteImpl(ostr);
     ostr.EndValue();
 }