C
C#3y ago
Raki

Diff between the Ilist and List

- IList<int> res = new List<int>(); - List<int> res = new List<int>(); what is the difference between the both which is considered as best practice.
1 Reply
phaseshift
phaseshift3y ago
The difference between interface and class Neither are best practice. Use var
Want results from more Discord servers?
Add your server