다음을 통해 공유


TryGetValueDelegate 대리자

정의

에 대한 대리자입니다 TryGetValue(TKey, TValue).

public delegate bool TryGetValueDelegate(System::Object ^ dictionary, System::String ^ key, [Runtime::InteropServices::Out] System::Object ^ % value);
public delegate bool TryGetValueDelegate(object dictionary, string key, out object value);
type TryGetValueDelegate = delegate of obj * string * obj -> bool
Public Delegate Function TryGetValueDelegate(dictionary As Object, key As String, ByRef value As Object) As Boolean 

매개 변수

key
String

키입니다.

value
Object

반환 값입니다.

반환 값

키를 찾았는지 여부입니다.

적용 대상