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.Concurrent/ConcurrentDictionary`2.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2705,7 +2705,7 @@ This member is an explicit interface member implementation. It can be used only
2705
2705
</Parameters>
2706
2706
<Docs>
2707
2707
<typeparamname="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
2708
-
<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>
2708
+
<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>
2709
2709
<summary>
2710
2710
Gets an instance of a type that may be used to perform operations on a <seecref="T:System.Collections.Concurrent.ConcurrentDictionary`2"/>
2711
2711
using a <typeparamrefname="TAlternateKey"/> as a key instead of a <typeparamrefname="TKey"/>.
0 commit comments