L
Larry Smith
Hi there,
Given a delegate that points to a non-static member function, is there a
cleaner way to change the object instance it's called on other than invoking
"Delegate.CreateDelegate()" (and changing the object instance while leaving
the same member function intact). Thanks in advance.
Given a delegate that points to a non-static member function, is there a
cleaner way to change the object instance it's called on other than invoking
"Delegate.CreateDelegate()" (and changing the object instance while leaving
the same member function intact). Thanks in advance.
