コード例 #1
0
 public int NewId()
 {
     return(_container.AllocatePointerSlot());
 }
コード例 #2
0
ファイル: TransportIdSystem.cs プロジェクト: pondyond/db4o
 public int NewId(SlotChangeFactory slotChangeFactory)
 {
     return(_container.AllocatePointerSlot());
 }