Exemplo n.º 1
0
 public DeltaTestImpl(Int32 intValue, string strValue, double doubleVal, byte[] bytes, TestObject1 testObject)
 {
     this.intVar    = intValue;
     this.str       = strValue;
     this.doubleVar = doubleVal;
     this.byteArr   = bytes;
     this.testobj   = testObject;
 }
Exemplo n.º 2
0
 public void SetTestObj(TestObject1 testObj)
 {
     this.testobj = testObj;
     deltaBits   |= TEST_OBJ_MASK;
     hasDelta     = true;
 }