Beispiel #1
0
 // Token: 0x06007162 RID: 29026 RVA: 0x00207145 File Offset: 0x00205345
 public PageCacheChange(int start, int count, PageCacheChangeType type)
 {
     this._start = start;
     this._count = count;
     this._type  = type;
 }
Beispiel #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="start">The first page changed.</param>
 /// <param name="count">The number of pages changed.</param>
 /// <param name="type">The type of changed incurred.</param>
 public PageCacheChange(int start, int count, PageCacheChangeType type)
 {
     _start = start;
     _count = count;
     _type = type;
 }