Esempio n. 1
0
 public int NewId()
 {
     return(_container.AllocatePointerSlot());
 }
Esempio n. 2
0
 public int NewId(SlotChangeFactory slotChangeFactory)
 {
     return(_container.AllocatePointerSlot());
 }