예제 #1
0
 public unsafe void FLSlotSet(FLSlot *slot)
 {
     Debug.Assert(!IsEmpty);
     if (Value == null)
     {
         Native.FLSlot_SetNull(slot);
     }
     else
     {
         NativeObject.FLSlotSet(slot);
     }
 }