Jelajahi Sumber

Making a struct private.

Bart De Smet 6 tahun lalu
induk
melakukan
3e86916fdc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;