Example #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     tag = new utf8str_cs(xdr);
     { int _size = xdr.xdrDecodeInt(); resarray = new nfs_cb_resop4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           resarray[_idx] = new nfs_cb_resop4(xdr);
       }
     }
 }
Example #2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     tag = new utf8str_cs(xdr);
     { int _size = xdr.xdrDecodeInt(); resarray = new nfs_cb_resop4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { resarray[_idx] = new nfs_cb_resop4(xdr); } }
 }