How to run a anonymous method from class .
Like I have 3 different panels which have multiple method but those panel implements from a interface so all have same methods. Now if I want to call those method using generics , how can I do that?
|
How to run a anonymous method from class . Like I have 3 different panels which have multiple method but those panel implements from a interface so all have same methods. Now if I want to call those method using generics , how can I do that? | |||||
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
I don't know what it is exactly that you mean (some code might help), but basically you just define the generics on the interface and the concrete type on the panels:
The rest is up to you. | |||
|
feedback
|