int IMetadataImport.EnumModuleRefs(ref HCORENUM phEnum, out int mdModuleRef, int cMax, out uint pcModuleRefs)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumCustomAttributes(ref HCORENUM phEnum, int tk, int tkType, out Token mdCustomAttribute, uint cMax, out uint pcTokens)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumProperties(ref HCORENUM phEnum, int td, out int mdFieldDef, int cMax, out uint pcTokens)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumEvents(ref HCORENUM phEnum, int td, out int mdFieldDef, int cMax, out uint pcEvents)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumMethodImpls(ref HCORENUM hEnum, Token typeDef, out Token methodBody, out Token methodDecl, int cMax, out int cTokens)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumPermissionSets(ref HCORENUM hEnum, uint tk, uint dwActions, uint[] rPermission, ref uint cMax)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumMethodsWithName(ref HCORENUM phEnum, int cl, string szName, out int mdMethodDef, int cMax, out int pcTokens)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumParams(ref HCORENUM phEnum, int mdMethodDef, int[] rParams, int cMax, out uint pcTokens)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumTypeRefs(ref HCORENUM phEnum, int[] td, uint cMax, uint pcTypeRefs)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumInterfaceImpls(ref HCORENUM phEnum, int td, out int rImpls, int cMax, ref int pcImpls)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.EnumTypeDefs(ref HCORENUM phEnum, out int rTypeDefs, uint cMax, out uint pcTypeDefs)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.ResetEnum(HCORENUM hEnum, int ulPos)
 {
     throw new NotImplementedException();
 }
 int IMetadataImport.CountEnum(HCORENUM hEnum, out int pulCount)
 {
     throw new NotImplementedException();
 }