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