ConditionalWeakTable<TKey,TValue>.TryAdd(TKey, TValue) Method

Definition

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.

Adds a key to the table if it doesn't already exist.

C#
public bool TryAdd(TKey key, TValue value);

Parameters

key
TKey

The key to add.

value
TValue

The key's property value.

Returns

true if the key/value pair was added; false if the table already contained the key.

Applies to

Produkt Versioner
.NET 7, 8, 9, 10