Skip to content

Commit d63c359

Browse files
authored
Remove erroneous docs on SortedSet<T>(IComparer<T>) (#8931)
1 parent 4c32bcf commit d63c359

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

xml/System.Collections.Generic/SortedSet`1.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@
225225
<remarks>
226226
<format type="text/markdown"><![CDATA[
227227
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-
233228
## Examples
234229
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.
235230
@@ -240,8 +235,6 @@
240235
241236
]]></format>
242237
</remarks>
243-
<exception cref="T:System.ArgumentNullException">
244-
<paramref name="comparer" /> is <see langword="null" />.</exception>
245238
</Docs>
246239
</Member>
247240
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)