The xref:System.Collections.Generic.HashSet`1 class provides high-performance set operations. A set is a collection that contains no duplicate elements, and whose elements are in no particular order.
The xref:System.Collections.ObjectModel.ObservableCollection`1 class represents a dynamic data collection that provides notifications when items get added or removed, or when the whole list is ...
Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications. A collection ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results