ISession.TryGetValue(String, Byte[]) Metoda

Definicja

Pobierz wartość danego klucza, jeśli istnieje.

public:
 bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % value);
public bool TryGetValue (string key, out byte[] value);
public bool TryGetValue (string key, out byte[]? value);
abstract member TryGetValue : string * Byte[] -> bool
Public Function TryGetValue (key As String, ByRef value As Byte()) As Boolean

Parametry

key
String
value
Byte[]

Zwraca

Pobrana wartość.

Dotyczy