Exemple #1
0
 internal int GetRowCount(MetadataRecordType tableIndex)
 {
     return(m_import.GetRowCount((int)tableIndex));
 }
Exemple #2
0
 public MetadataToken(MetadataRecordType type, int rowId)
 {
     m_value = ((int)type << 24) | rowId;
 }
Exemple #3
0
 internal int GetRowCount(MetadataRecordType tableIndex)
 {
     return m_import.GetRowCount((int)tableIndex);
 }