ISession.TryGetValue(String, Byte[]) メソッド

定義

指定されたキーの値 (存在する場合) を取得します。

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

パラメーター

key
String
value
Byte[]

戻り値

取得された値。

適用対象