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