1
0
Bart De Smet 6 жил өмнө
parent
commit
3e86916fdc

+ 1 - 1
Ix.NET/Source/System.Linq.Async/System/Linq/Set.cs

@@ -143,7 +143,7 @@ namespace System.Linq
             _slots = newSlots;
         }
 
-        internal struct Slot
+        private struct Slot
         {
             internal int _hashCode;
             internal int _next;