コード例 #1
0
ファイル: IceCore.cs プロジェクト: emtees/old-code
 public IceMarshallingAttribute (IceMarshalDelegate m,
                                 IceUnmarshalDelegate u)
 {
   _marshal = m;
   _unmarshal = u;
 }
コード例 #2
0
ファイル: IceCore.cs プロジェクト: retahc/old-code
 public IceMarshallingAttribute(IceMarshalDelegate m,
                                IceUnmarshalDelegate u)
 {
     _marshal   = m;
     _unmarshal = u;
 }
コード例 #3
0
ファイル: IceCore.cs プロジェクト: emtees/old-code
 public IceMarshallingAttribute() {
   _marshal = null;
   _unmarshal = null;
 }
コード例 #4
0
ファイル: IceCore.cs プロジェクト: retahc/old-code
 public IceMarshallingAttribute()
 {
     _marshal   = null;
     _unmarshal = null;
 }