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