Thanks,
I have a question,
What would be the best way to do the following validation with items in a list perhaps against an array?
List ("A")
List ("B")
List ("C")
The list must contain the 3 items "A" "B" "C" (there cannot be any duplicate names)
I add filenames to a list from a file...
I am trying to create a list variable and set its type later.
So, Is something like this possible?
List<IList> lst;
switch (file.FileName.ToLower())
{
case "datsal.xls":
lst = new List<MyType1>()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.