The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableDictionary<TKey, TValue>::TryGetKey Method (TKey, TKey%)
Determines whether this dictionary contains a specified key.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Following are some scenarios where TryGetKey may be useful:
You want to reuse a previously stored object reference instead of creating a new reference.
You want to look up the canonical value of an object
You want to retrieve more complete data about an object
Show: