M
Mike Scott
Given a MethodInfo for a static method (found using a custom attribute), I
want to create a delegate for it.
However, Delegate.CreateDelegate isn't supported on the Compact Framework
:-(
Does anyone know how to do this in C#?
Cheers,
MikeS.
want to create a delegate for it.
However, Delegate.CreateDelegate isn't supported on the Compact Framework
:-(
Does anyone know how to do this in C#?
Cheers,
MikeS.