We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7009e commit c603555Copy full SHA for c603555
Properties/AssemblyInfo.cs
@@ -35,4 +35,3 @@
35
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
36
37
[assembly: AssemblyVersion("1.0.0.*")]
38
-[assembly: InternalsVisibleTo("Couchbase.Lite.Unity")]
System.Collections.Concurrent/SplitOrderedList.cs
@@ -28,7 +28,7 @@
28
29
namespace System.Collections.Concurrent
30
{
31
- internal class SplitOrderedList<TKey, T>
+ public class SplitOrderedList<TKey, T>
32
33
class Node
34
0 commit comments