public PropertyPtrRow CreatePropertyPtrRow(uint _property)
        {
            PropertyPtrRow row = new PropertyPtrRow();

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