Builder
Count
KeyComparer
Max
Min
this[Int32]
Add(T)
Clear()
Contains(T)
ExceptWith(IEnumerable<T>)
GetEnumerator()
IndexOf(T)
IntersectWith(IEnumerable<T>)
IsProperSubsetOf(IEnumerable<T>)
IsProperSupersetOf(IEnumerable<T>)
IsSubsetOf(IEnumerable<T>)
IsSupersetOf(IEnumerable<T>)
ItemRef(Int32)
Overlaps(IEnumerable<T>)
Remove(T)
Reverse()
SetEquals(IEnumerable<T>)
SymmetricExceptWith(IEnumerable<T>)
ToImmutable()
TryGetValue(T, T)
UnionWith(IEnumerable<T>)
ToImmutableSortedSet<TSource>(Builder)
net10.0
namespace System.Collections.Immutable
{
[CollectionBuilder(typeof(ImmutableSortedSet), "Create")]
[DefaultMember("Item")]
public sealed class ImmutableSortedSet<T> : ICollection<T>, IEnumerable, IEnumerable<T>, IList<T>, IReadOnlyCollection<T>, IReadOnlyList<T>, IReadOnlySet<T>, ISet<T>, ICollection, IList, IImmutableSet<T>
{
[DefaultMember("Item")]
public sealed class Builder : ICollection<T>, IEnumerable, IEnumerable<T>, IReadOnlyCollection<T>, ISet<T>, ICollection
{
public IComparer<T>! KeyComparer { get; set; }
}
}
}
| nuget.org | 0.0 % Reference this API 0.0 % Get property 0.0 % Set property |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Collections.Immutable , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |
- Built-in API
- Package-provided API