Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
hi i want with string name of method get a lsit of type
Bahar N.V1984
9y
408
1
Reply
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?
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Getting RunTime Error in webforum created in Asp.net with C#
creating PDF File from String