Last active
March 8, 2021 00:59
-
-
Save KevinZonda/95edf9284fe5c5cb9c8f5474d7274d61 to your computer and use it in GitHub Desktop.
partial class KevinZonda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method private hidebysig instance void | |
method_d(int32 dd, | |
int32 mm, | |
int32 yy) cil managed | |
{ | |
// Code size 29 (0x1d) | |
.maxstack 4 | |
.locals init (valuetype [System.Runtime]System.DateTime V_0) | |
IL_0000: ldloca.s V_0 | |
IL_0002: ldc.i4 0x7d0 | |
IL_0007: ldarg.3 | |
IL_0008: add | |
IL_0009: ldarg.2 | |
IL_000a: ldarg.1 | |
IL_000b: call instance void [System.Runtime]System.DateTime::.ctor(int32, | |
int32, | |
int32) | |
IL_0010: ldarg.0 | |
IL_0011: ldflda class KevinZonda.KevinZonda KevinZonda.KevinZonda::kevin | |
IL_0016: ldloc.0 | |
IL_0017: call void KevinZonda.KevinZonda::ForceRemove<class KevinZonda.KevinZonda>(!!0&, | |
valuetype [System.Runtime]System.DateTime) | |
IL_001c: ret | |
} // end of method KevinZonda::method_d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment