Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hnrg
  • Content: Threads
  • Order by date
  1. hnrg

    Declare list variable and set type later?

    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>()...

Part and Inventory Search

Back
Top