IDictionaryExtensions.TryGetValue<TValue> Method

Definition

public static bool TryGetValue<TValue> (this System.Collections.Generic.IDictionary<string,object> obj, string name, out TValue value, bool ignoreCase = false);
static member TryGetValue : System.Collections.Generic.IDictionary<string, obj> * string * 'Value * bool -> bool
<Extension()>
Public Function TryGetValue(Of TValue) (obj As IDictionary(Of String, Object), name As String, ByRef value As TValue, Optional ignoreCase As Boolean = false) As Boolean

Type Parameters

TValue

Parameters

name
String
value
TValue
ignoreCase
Boolean

Returns

Applies to