Cosmos/source2/MDbg4/demo/EditAndContinue/HelloWorld_v1.il
kudzu_cp 285637dbc7
2012-08-06 21:27:31 +00:00

11 lines
385 B
Text

.class public auto ansi beforefieldinit HelloWorld
{
.method private hidebysig static void PrintWorld() cil managed
{
// Code size 11 (0xb)
.maxstack 8
IL_0000: ldstr "new World"
IL_0005: call void [mscorlib]System.Console::WriteLine(string)
IL_000a: ret
} // end of method HelloWorld::PrintWorld
} // end of class HelloWorld