Cosmos/source/MDbg4/demo/EditAndContinue/HelloWorld_v1.il

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