Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.TryAdd 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.
Attempts to add the specified key and value to the dictionary.
public:
bool TryAdd(TAlternateKey key, TValue value);
C#
public bool TryAdd(TAlternateKey key, TValue value);
member this.TryAdd : 'AlternateKey * 'Value -> bool
Public Function TryAdd (key As TAlternateKey, value As TValue) As Boolean
- key
- TAlternateKey
The alternate key of the element to add.
- value
- TValue
The value of the element to add.
true
if the key/value pair was added to the dictionary successfully; otherwise, false
.
key
is null
.
Produkt | Versioner |
---|---|
.NET | 9, 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: