Share via


KernelArguments.IDictionary<String,Object>.TryGetValue Method

Definition

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

Parameters

key
String
value
Object

Returns

Applies to