Search
Setup for Free
C
C#
•
4y 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
.
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,250
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
P
phaseshift
•
11/8/22, 2:03 AM
The difference between interface and class
P
phaseshift
•
11/8/22, 2:04 AM
Neither are best practice
. Use var
Similar Threads
✅ Convert List to IList
C
C# / help
3y ago
SqlBulkCopy IList
C
C# / help
3y ago
❔ BeginReceive IList<ArraySegment<byte>> Overload
C
C# / help
3y ago
Get output of PowerShell into IList<class>
C
C# / help
3y ago