File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
xml/System.Collections.Frozen Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1227
1227
Gets an instance of a type that may be used to perform operations on a <see cref =" T:System.Collections.Frozen.FrozenDictionary`2" />
1228
1228
using a <typeparamref name =" TAlternateKey" /> as a key instead of a <typeparamref name =" TKey" />.
1229
1229
</summary >
1230
- <returns >true if a lookup could be created; otherwise, false.</returns >
1230
+ <returns >
1231
+ <see langword =" true" /> if a lookup could be created; otherwise, <see langword =" false" />.</returns >
1231
1232
<remarks >
1232
1233
This instance must be using a comparer that implements <see cref =" T:System.Collections.Generic.IAlternateEqualityComparer`2" /> with
1233
1234
<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