¡@

Home 

c# Programming Glossary: ldloc.3

Lock statement vs Monitor.Enter method

http://stackoverflow.com/questions/2837070/lock-statement-vs-monitor-enter-method

Collect L_004f nop L_0050 nop L_0051 leave.s L_0066 L_0053 ldloc.3 L_0054 ldc.i4.0 L_0055 ceq L_0057 stloc.s CS 4 0001 L_0059 ldloc.s..

Are .Net switch statements hashed or indexed?

http://stackoverflow.com/questions/3366376/are-net-switch-statements-hashed-or-indexed

int32 TryGetValue 0 1 L_0098 brfalse.s L_00da L_009a ldloc.3 L_009b switch L_00be L_00c2 L_00c6 L_00ca L_00ce L_00d2 L_00d6..

Discrete Anonymous methods sharing a class?

http://stackoverflow.com/questions/3885106/discrete-anonymous-methods-sharing-a-class

ldloc.0 IL_0043 stloc.3 IL_0044 br.s IL_0046 IL_0046 ldloc.3 IL_0047 ret end of method Program joik c# delegates anonymous..

Is it better to declare a variable inside or outside a loop?

http://stackoverflow.com/questions/8535846/is-it-better-to-declare-a-variable-inside-or-outside-a-loop

GetEnumerator L_000d stloc.3 L_000e br.s L_002f L_0010 ldloc.3 L_0011 callvirt instance 0 mscorlib System.Collections.Generic.IEnumerator`1.. call void mscorlib System.Console WriteLine object L_002f ldloc.3 L_0030 callvirt instance bool mscorlib System.Collections.IEnumerator.. L_0035 brtrue.s L_0010 L_0037 leave.s L_0043 L_0039 ldloc.3 L_003a brfalse.s L_0042 L_003c ldloc.3 L_003d callvirt instance..