Advertisement
nateshoffner

Untitled

Sep 13th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.11 KB | None | 0 0
  1. .method private hidebysig static void Main() cil managed
  2. {
  3.     .entrypoint
  4.     .maxstack 8
  5.     L_0000: ldc.i4.0
  6.     L_0001: ldc.i4.s 100
  7.     L_0003: call class [mscorlib]System.Collections.Generic.IEnumerable`1<int32> [System.Core]System.Linq.Enumerable::Range(int32, int32)
  8.     L_0008: call class [mscorlib]System.Collections.Generic.List`1<!!0> [System.Core]System.Linq.Enumerable::ToList<int32>(class [mscorlib]System.Collections.Generic.IEnumerable`1<!!0>)
  9.     L_000d: ldsfld class [mscorlib]System.Action`1<int32> ns.p::CS$<>9__CachedAnonymousMethodDelegate1
  10.     L_0012: brtrue.s L_0025
  11.     L_0014: ldnull
  12.     L_0015: ldftn void ns.p::<Main>b__0(int32)
  13.     L_001b: newobj instance void [mscorlib]System.Action`1<int32>::.ctor(object, native int)
  14.     L_0020: stsfld class [mscorlib]System.Action`1<int32> ns.p::CS$<>9__CachedAnonymousMethodDelegate1
  15.     L_0025: ldsfld class [mscorlib]System.Action`1<int32> ns.p::CS$<>9__CachedAnonymousMethodDelegate1
  16.     L_002a: callvirt instance void [mscorlib]System.Collections.Generic.List`1<int32>::ForEach(class [mscorlib]System.Action`1<!0>)
  17.     L_002f: ret
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement