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