public int GetRefSize(MetaTableID id) { return(tableCounts[ID].RowCount > 0xFFFF ? 4 : 2); }
public int GetRefSize(MetaTableID id) { return tableCounts[ID].RowCount > 0xFFFF ? 4 : 2; }