Untitled diff

Created Diff never expires
9 削除
合計
削除
単語
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diffchecker logo
Diffchecker Pro
33
11 追加
合計
追加
単語
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diffchecker logo
Diffchecker Pro
34
.class public auto ansi beforefieldinit WhatIWantToWrite
.class public auto ansi beforefieldinit WhatIWantToGet
extends [System.Runtime]System.Object
extends [System.Runtime]System.Object
{
{
// Methods
// Methods
.method public hidebysig static
.method public hidebysig static
void Main (
void ProperMain (
string[] args
string[] args
) cil managed
) cil managed
{
{
// Method begins at RVA 0x2050
// Method begins at RVA 0x2064
// Code size 11 (0xb)
// Code size 21 (0x15)
.maxstack 8
.maxstack 8
.entrypoint


IL_0000: ldstr "This I wrote"
IL_0000: ldstr "This I wrote"
IL_0005: call void [System.Console]System.Console::WriteLine(string)
IL_0005: call void [System.Console]System.Console::WriteLine(string)
IL_000a: ret
IL_000a: ldstr "This I wove"
} // end of method WhatIWantToWrite::Main
IL_000f: call void [System.Console]System.Console::WriteLine(string)
IL_0014: ret
} // end of method WhatIWantToGet::ProperMain


.method public hidebysig specialname rtspecialname
.method public hidebysig specialname rtspecialname
instance void .ctor () cil managed
instance void .ctor () cil managed
{
{
// Method begins at RVA 0x205c
// Method begins at RVA 0x207a
// Code size 7 (0x7)
// Code size 7 (0x7)
.maxstack 8
.maxstack 8


IL_0000: ldarg.0
IL_0000: ldarg.0
IL_0001: call instance void [System.Runtime]System.Object::.ctor()
IL_0001: call instance void [System.Runtime]System.Object::.ctor()
IL_0006: ret
IL_0006: ret
} // end of method WhatIWantToWrite::.ctor
} // end of method WhatIWantToGet::.ctor


} // end of class WhatIWantToWrite
} // end of class WhatIWantToGet