Пример #1
0
 internal static bool DeclaresTheObjectClass(this MetadataReader reader)
 {
     return(reader.DeclaresType(IsTheObjectClass));
 }