コード例 #1
0
ファイル: Simulation.cs プロジェクト: arjangcore/MemoryPlayer
 public Simulation(MemoryLogItemCollection logItems)
 {
     mLogItemCollection = logItems;
     mActiveAllocations = new ArrayList();
     mCurrentAllocation = -1;
 }
コード例 #2
0
 internal Enumerator(MemoryLogItemCollection outer)
 {
     this.outer = outer;
 }