We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fde1173 + c49b9d5 commit 74096ccCopy full SHA for 74096cc
1 file changed
Xledger.Collections/ImmSet.cs
@@ -79,7 +79,7 @@ public static ImmSet<T> Build<T>(BuildSet<T> fill, int capacity = 0, bool trimEx
79
[DebuggerDisplay("Count = {Count}")]
80
[DebuggerTypeProxy(typeof(ImmSet<>.DebugView))]
81
#if NET8_0_OR_GREATER
82
-[System.Runtime.CompilerServices.CollectionBuilder(typeof(ImmSet), nameof(ImmArray.Of))]
+[System.Runtime.CompilerServices.CollectionBuilder(typeof(ImmSet), nameof(ImmSet.Of))]
83
#endif
84
public sealed class ImmSet<T> : IReadOnlyCollection<T>, ISet<T>, IEquatable<ImmSet<T>>, ICollection
85
#if NET6_0_OR_GREATER
0 commit comments