Esempio n. 1
0
        public PropertyPtrRow CreatePropertyPtrRow(uint _property)
        {
            PropertyPtrRow row = new PropertyPtrRow();

            row.Property = _property;
            return(row);
        }
Esempio n. 2
0
 public override void VisitPropertyPtrRow(PropertyPtrRow row)
 {
     row.Property = ReadByIndexSize(GetIndexSize(PropertyTable.RId));
 }
Esempio n. 3
0
 public override void VisitPropertyPtrRow(PropertyPtrRow row)
 {
     WriteTablePointer(row.Property, PropertyTable.RId);
 }