You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like your idea! It looks doable, and will speed up execution especially on Around-heavy workloads.
for instance methods we will need instance properties
for static methods we will need static properies
If Aspect around the method, it will generate code like:
The
new Func<>()
method will be exectued each time for create Delegate.How about use a static field cache Delegate,
Do you think it's worth it?
The text was updated successfully, but these errors were encountered: