Share via


KernelArguments.IReadOnlyDictionary<String,Object>.TryGetValue Method

Definition

System.Object.System#Collections#Generic#IReadOnlyDictionary{System#String@System#Object}#TryGetValue(System.String,System.Object@)
bool IReadOnlyDictionary<string,object>.TryGetValue (string key, out object? value);
abstract member System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.TryGetValue : string * obj -> bool
override this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.TryGetValue : string * obj -> bool
Function TryGetValue (key As String, ByRef value As Object) As Boolean Implements IReadOnlyDictionary(Of String, Object).TryGetValue

Parameters

key
String
value
Object

Returns

Applies to