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
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1379,7 +1379,14 @@
1379
1379
<Docs>
1380
1380
<summary>Gets the maximum value in the <seecref="T:System.Collections.Generic.SortedSet`1" />, as defined by the comparer.</summary>
1381
1381
<value>The maximum value in the set.</value>
1382
-
<remarks>To be added.</remarks>
1382
+
<remarks>
1383
+
<formattype="text/markdown"><![CDATA[
1384
+
1385
+
## Remarks
1386
+
If the <xref:System.Collections.Generic.SortedSet%601> has no elements, then the <xref:System.Collections.Generic.SortedSet%601.Max%2A> property returns the default value of `T`.
1387
+
1388
+
]]></format>
1389
+
</remarks>
1383
1390
</Docs>
1384
1391
</Member>
1385
1392
<MemberMemberName="Min">
@@ -1413,7 +1420,14 @@
1413
1420
<Docs>
1414
1421
<summary>Gets the minimum value in the <seecref="T:System.Collections.Generic.SortedSet`1" />, as defined by the comparer.</summary>
1415
1422
<value>The minimum value in the set.</value>
1416
-
<remarks>To be added.</remarks>
1423
+
<remarks>
1424
+
<formattype="text/markdown"><![CDATA[
1425
+
1426
+
## Remarks
1427
+
If the <xref:System.Collections.Generic.SortedSet%601> has no elements, then the <xref:System.Collections.Generic.SortedSet%601.Min%2A> property returns the default value of `T`.
0 commit comments