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
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -225,11 +225,6 @@
225
225
<remarks>
226
226
<formattype="text/markdown"><![CDATA[
227
227
228
-
## Remarks
229
-
If `comparer` does not implement <xref:System.IComparable%601>, you must specify an <xref:System.Collections.Generic.IComparer%601> object to be used.
230
-
231
-
232
-
233
228
## Examples
234
229
The following example defines a comparer (`ByFileExtension`) that is used to construct a sorted set that sorts file names by their extensions. This code example is part of a larger example provided for the <xref:System.Collections.Generic.SortedSet%601> class.
235
230
@@ -240,8 +235,6 @@
240
235
241
236
]]></format>
242
237
</remarks>
243
-
<exceptioncref="T:System.ArgumentNullException">
244
-
<paramrefname="comparer" /> is <seelangword="null" />.</exception>
0 commit comments