Created
August 27, 2016 07:40
-
-
Save codingonHP/dc75cb45f6f646b81b556fe917cb8729 to your computer and use it in GitHub Desktop.
decompiled-delegates
This file contains hidden or 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
.class public auto ansi sealed Learning.MyDelegate extends [mscorlib]System.MulticastDelegate | |
{ | |
// Methods | |
.method public hidebysig specialname rtspecialname | |
instance void .ctor ( | |
object 'object', | |
native int 'method' | |
) runtime managed | |
{ | |
} // end of method MyDelegate::.ctor | |
.method public hidebysig newslot virtual instance void Invoke ( | |
int32 x, | |
int32 y | |
) runtime managed | |
{ | |
} // end of method MyDelegate::Invoke | |
.method public hidebysig newslot virtual instance class [mscorlib]System.IAsyncResult BeginInvoke ( | |
int32 x, | |
int32 y, | |
class [mscorlib]System.AsyncCallback callback, | |
object 'object' | |
) runtime managed | |
{ | |
} // end of method MyDelegate::BeginInvoke | |
.method public hidebysig newslot virtual | |
instance void EndInvoke ( | |
class [mscorlib]System.IAsyncResult result | |
) runtime managed | |
{ | |
} // end of method MyDelegate::EndInvoke | |
} // end of class LinqLearning.MyDelegate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment