Esempio n. 1
0
 public override void ClearBody()
 {
     this.body          = null;
     this.typeConverter = null;
     base.ClearBody();
 }
Esempio n. 2
0
 public MapMessage(PrimitiveMap body)
 {
     this.body          = body;
     this.typeConverter = new PrimitiveMapInterceptor(this, this.body);
 }