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[]

반환

검색된 값입니다.

적용 대상