コード例 #1
0
ファイル: Groups.cs プロジェクト: mushuanli/nekodrive
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._value = xdr.xdrDecodeBoolean() ? new GroupNode(xdr) : null;
 }
コード例 #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._value = xdr.xdrDecodeBoolean() ? new GroupNode(xdr) : null;
 }
コード例 #3
0
ファイル: Groups.cs プロジェクト: mushuanli/nekodrive
 public Groups(GroupNode value)
 { this._value = value; }
コード例 #4
0
 public Groups(GroupNode value)
 {
     this._value = value;
 }