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.Frozen/FrozenSet`1.xml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -963,15 +963,16 @@
963
963
</Parameters>
964
964
<Docs>
965
965
<typeparamname="TAlternate">The alternate type of a key for performing lookups.</typeparam>
966
-
<paramname="lookup">The created lookup instance when the method returns true, or a default instance that should not be used if the method returns false.</param>
966
+
<paramname="lookup">The created lookup instance when the method returns <seelangword="true" />, or a default instance that should not be used if the method returns <seelangword="false" />.</param>
967
967
<summary>
968
968
Gets an instance of a type that may be used to perform operations on a <seecref="T:System.Collections.Frozen.FrozenSet`1"/>
969
969
using a <typeparamrefname="TAlternate"/> instead of a <typeparamrefname="T"/>.
970
970
</summary>
971
-
<returns>true if a lookup could be created; otherwise, false.</returns>
971
+
<returns>
972
+
<seelangword="true" /> if a lookup could be created; otherwise, <seelangword="false" />.</returns>
972
973
<remarks>
973
974
This instance must be using a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with
974
-
<typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, the method will return false.
975
+
<typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, the method will return <seelangword="false" />.
0 commit comments