Пример #1
0
 private ClassInfo()
 {
     _attributes      = null;
     _original        = new CommittedCIZoneInfo();
     _committed       = new CommittedCIZoneInfo();
     _uncommitted     = new CIZoneInfo();
     _oidInfo         = new OidInfo();
     Position         = -1;
     MaxAttributeId   = -1;
     _attributesCache = new AttributesCache();
 }
Пример #2
0
 internal void SetNbObjects(CommittedCIZoneInfo cizi)
 {
     NbObjects         = cizi.NbObjects;
     _nbDeletedObjects = cizi._nbDeletedObjects;
 }