Edited : got it worked.
Generic Collections to be used as a parameter of invoke command
—
Removed the brackets from … SetListDelegate(SetList) in the invoke command of mine
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to name your method parameter. And you are missing the generic argument.
Something like this will do
Edit:
If this is contained in a class with the generic argument
<T>you don’t need it on the delegate or the method.