Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Tuomas Hietanen

Tuomas Hietanen

Tuomas Hietanen has asked 5 questions and find answers to 13 problems.

Stats

322
EtPoint
97
Vote count
5
questions
13
answers

About

.method public hidebysig static 
   string NameChars() cil managed
{  // Code size 25 (0x19)
 .maxstack 8
 IL_0000: ldsfld   string [mscorlib]
    System.String::Empty
 IL_0005: ldc.i4.s 84
 IL_0007: box      [mscorlib]System.Char
 IL_000c: ldc.i4.s 72
 IL_000e: box      [mscorlib]System.Char
 IL_0013: call     string [mscorlib]
    System.String::Concat(object,object,object)
 IL_0018: ret
}