The following forum(s) have migrated to Microsoft Q&A: Visual C# ! Visit Microsoft Q&A to post new questions.
I have System.Type variable called customType and want to create a IEnumerable<> for that
IEnumerable<customType> is giving an error ?
How do I solve this