Exemplo n.º 1
0
 public IceMarshallingAttribute (IceMarshalDelegate m,
                                 IceUnmarshalDelegate u)
 {
   _marshal = m;
   _unmarshal = u;
 }
Exemplo n.º 2
0
 public IceMarshallingAttribute(IceMarshalDelegate m,
                                IceUnmarshalDelegate u)
 {
     _marshal   = m;
     _unmarshal = u;
 }
Exemplo n.º 3
0
 public IceMarshallingAttribute() {
   _marshal = null;
   _unmarshal = null;
 }
Exemplo n.º 4
0
 public IceMarshallingAttribute()
 {
     _marshal   = null;
     _unmarshal = null;
 }