Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Diff between the Ilist and List - C#
C
C#
•
4y ago
•
2 replies
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,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
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