baobao
11/4/2018 - 12:15 AM

instance_method.il

.method public hidebysig instance void M () cil managed 
{
    .maxstack 8

    IL_0000: ldarg.0
    // Func0メソッド実行
    IL_0001: call instance void C::Func0()
    IL_0006: ret
}
// Func0メソッド定義
.method private hidebysig instance void Func0 () cil managed 
{
    .maxstack 8
    IL_0000: ret
}