コード例 #1
0
 void IFreeze.Freeze(FreezeBuffer fb)
 {
     fb.Byte((byte)SerializationCode.Rat);
     fb.ObjRef(num);
     fb.Long((long)den);
 }