Exemplo n.º 1
0
 public void xdrEncode(XdrEncodingStream xdr)
 {
     nad_new_entry.xdrEncode(xdr);
     { int _size = nad_new_entry_cookie.Length; xdr.xdrEncodeInt(_size); for (int _idx = 0; _idx < _size; ++_idx) { nad_new_entry_cookie[_idx].xdrEncode(xdr); } }
     { int _size = nad_prev_entry.Length; xdr.xdrEncodeInt(_size); for (int _idx = 0; _idx < _size; ++_idx) { nad_prev_entry[_idx].xdrEncode(xdr); } }
     xdr.xdrEncodeBoolean(nad_last_entry);
 }