Exemple #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._value = xdr.xdrDecodeBoolean() ? new ExportNode(xdr) : null;
 }
Exemple #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._value = xdr.xdrDecodeBoolean() ? new ExportNode(xdr) : null;
 }
Exemple #3
0
 public Exports(ExportNode value)
 {
     this._value = value;
 }
Exemple #4
0
 public Exports(ExportNode value)
 { this._value = value; }