Skip to content

Instantly share code, notes, and snippets.

@codingonHP
Created August 27, 2016 07:40
Show Gist options
  • Save codingonHP/dc75cb45f6f646b81b556fe917cb8729 to your computer and use it in GitHub Desktop.
Save codingonHP/dc75cb45f6f646b81b556fe917cb8729 to your computer and use it in GitHub Desktop.
decompiled-delegates
.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