FrozenSet<T>.AlternateLookup<TAlternate>.TryGetValue Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches the set for a given value and returns the equal value it finds, if any.
public:
bool TryGetValue(TAlternate equalValue, [Runtime::InteropServices::Out] T % actualValue);
C#
public bool TryGetValue(TAlternate equalValue, out T actualValue);
member this.TryGetValue : 'Alternate * 'T -> bool
Public Function TryGetValue (equalValue As TAlternate, ByRef actualValue As T) As Boolean
- equalValue
- TAlternate
The value to search for.
- actualValue
- T
The value from the set that the search found, or the default value of T
when the search yielded no match.
A value indicating whether the search was successful.
Produkt | Versioner |
---|---|
.NET | 9 (package-provided), 9, 10 (package-provided), 10 |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: