File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
xml/System.Collections.Concurrent Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2710,7 +2710,8 @@ This member is an explicit interface member implementation. It can be used only
2710
2710
Gets an instance of a type that may be used to perform operations on a <see cref =" T:System.Collections.Concurrent.ConcurrentDictionary`2" />
2711
2711
using a <typeparamref name =" TAlternateKey" /> as a key instead of a <typeparamref name =" TKey" />.
2712
2712
</summary >
2713
- <returns >true if a lookup could be created; otherwise, false.</returns >
2713
+ <returns >
2714
+ <see langword =" true" /> if a lookup could be created; otherwise, <see langword =" false" />.</returns >
2714
2715
<remarks >
2715
2716
This instance must be using a comparer that implements <see cref =" T:System.Collections.Generic.IAlternateEqualityComparer`2" /> with
2716
2717
<typeparamref name =" TAlternateKey" /> and <typeparamref name =" TKey" />. If it doesn't, the method will return false.
You can’t perform that action at this time.
0 commit comments