.method static object Foo(object obj)
{
ldarg.0
dup
brtrue.s L1
ret
L1:
callvirt instance class [mscorlib]System.Type [mscorlib]System.Object::GetType()
ret
}
Selecting any language besides IL, will cause a crash in reflector. :roll:
Selecting any language besides IL, will cause a crash in reflector. :roll: