You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/SortedSet`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1707,7 +1707,7 @@
1707
1707
## Remarks
1708
1708
Any duplicate elements in `other` are ignored.
1709
1709
1710
-
This method is an `O(n)` operation, where `n` is the number of elements in `other`.
1710
+
This method is an `O(n log m)` operation, where `m` is <xref:System.Collections.Generic.SortedSet%601.Count%2A> and `n` is the number of elements in `other`.
0 commit comments