TryGetValueDelegate Delegato

Definizione

C#
public delegate bool TryGetValueDelegate(object dictionary, string key, out object value);

Parametri

dictionary
Object

Oggetto IDictionary<TKey,TValue>.

key
String

Chiave.

value
Object

Il valore restituito.

Valore restituito

Indica se la chiave è stata trovata.

Si applica a

Prodotto Versioni
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0