Browse Source

Making a struct private.

Bart De Smet 6 years ago
parent
commit
3e86916fdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ix.NET/Source/System.Linq.Async/System/Linq/Set.cs

+ 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;