Support for IReadOnlySet✨
See original GitHub issueDescription
Most of the IReadOnlyXXX
standard library types are supported out-of-the-box, but System.Collections.Generic.IReadOnlySet
is not. Would it be possible to please add this?
Tasks
- Add support for
System.Collections.Generic.IReadOnlySet
. - Add test-case coverage
More Information
See this similar, earlier, request for IReadOnlyList
support.
Thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
IReadOnlySet<T> Interface (System.Collections.Generic)
Determines if the set contains a specific item. GetEnumerator(). Returns an enumerator that iterates through a collection. (Inherited from IEnumerable).
Read more >Why does List<T> implement IReadOnlyList<T> in .NET 4.5?
It allows me to use IReadOnlyCollection<T> for arguments when I just want to know the number of elements in the collection without ...
Read more >A few words about the implementation of List<T> in C# - ...
In C# List<T> is a generic collection that is used to store any number of strongly typed objects as a list, where T...
Read more >Untitled
Ireadonlycollection vs icollection 列挙可能から完全なるモノまで – IEnumerable ... hey dude pink sparkle WebAug 28, 2017 · Yes, but IReadOnlyCollection means ...
Read more >How to work with read-only collections in C#
How to work with read-only collections in C#. Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@aivascu I know it was tagged as “good first issue” but I realized I needed it myself… 😃
@Kralizek leave some issues for the new contributors )