Click here to Skip to main content
16,017,852 members

Comments by Vitor Mello (Top 2 by date)

Vitor Mello 4-Mar-11 19:13pm View    
The object[X] come from another place and it isn't the issue let suppose for this sample that is OK. The problem with my implementation now is that I need to create Actions for each Method that I want to pass and that action as a parameters, I need that process to be transparent, passing only the method.
Vitor Mello 4-Mar-11 14:52pm View    
There is any way to do that without have to follow the generic (params object[] args) signature ???