26 lines
312 B
Plaintext
Raw Permalink Normal View History

.namespace System {
.class public Type extends System.Reflection.MemberInfo
{
}
}
.namespace System.Reflection {
.class public MemberInfo extends [mscorlib]System.Object
{
.method instance class System.Type get_ReflectedType() cil managed
{
}
}
}