FSlot is the read/write fcode representation of sys::Slot.
Esempio n. 1
0
 public void slot(FSlot s)
 {
     if (s is FField)
     {
         field((FField)s);
     }
     else
     {
         method((FMethod)s);
     }
     Flush();
 }
Esempio n. 2
0
 public void slot(FSlot s)
 {
     if (s is FField)
     field((FField)s);
       else
     method((FMethod)s);
       Flush();
 }