What is the difference between the below 2 statements and when to use what?
1) IList stdList = new List();
2) List stdList = new 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.
Sandeep KumarPosted Jan 1, 2018, 4:13 AM
Dharmraj ThakurPosted Jan 1, 2018, 2:03 AM