예제 #1
0
 void IFreeze.Freeze(FreezeBuffer fb)
 {
     fb.Byte((byte)SerializationCode.Complex);
     fb.Double(re);
     fb.Double(im);
 }