Condividi tramite


MemoryCache.TryGetValue(Object, Object) Metodo

Definizione

Ottiene l'elemento associato alla chiave, se presente.

public:
 virtual bool TryGetValue(System::Object ^ key, [Runtime::InteropServices::Out] System::Object ^ % result);
public bool TryGetValue (object key, out object? result);
abstract member TryGetValue : obj * obj -> bool
override this.TryGetValue : obj * obj -> bool
Public Function TryGetValue (key As Object, ByRef result As Object) As Boolean

Parametri

key
Object

Oggetto che identifica la voce richiesta.

result
Object

Restituisce

true se la chiave è stata trovata.

Implementazioni

Si applica a