فهرست منبع

Making a struct private.

Bart De Smet 6 سال پیش
والد
کامیت
3e86916fdc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;