This commit is contained in:
jfrijters 2010-02-09 05:43:43 +00:00
Родитель 5bdad92ef3
Коммит 8dc763b6ec
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1638,6 +1638,7 @@ namespace IKVM.Reflection.Metadata
MethodInfo method = (MethodInfo)module.ResolveMethod((MethodDefTable.Index << 24) + records[i].Method);
if (nonPublic || method.IsPublic)
{
i++;
return method;
}
}