hi
i want with string name of method get a lsit of type
MethodInfo methodInfo = myType.GetMethod("GetAll");
var returnValue = methodInfo.Invoke(obj, null);
method "GetAll" return a IEnumerable
but i want get this IEnumerable and save in List?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bahar N.V1984Posted Nov 20, 2015, 9:14 AM
Afzaal Ahmad ZeeshanPosted Nov 9, 2015, 12:42 PM
Bahar N.V1984Posted Nov 9, 2015, 3:53 AM
Afzaal Ahmad ZeeshanPosted Nov 8, 2015, 2:31 PM