public CacheInterop()
 {
     sections = new SectionInterop[(int)CacheSectionType.kMax];
     for (int x = 0; x < sections.Length; x++)
     {
         sections[x] = new SectionInterop();
     }
 }
Esempio n. 2
0
			public CacheInterop()
			{
				sections = new SectionInterop[(int)CacheSectionType.kMax];
				for (int x = 0; x < sections.Length; x++)
					sections[x] = new SectionInterop();
			}