Compartilhar via


IDictionaryExtensions.TryGetValue<TValue> Método

Definição

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

Parâmetros de tipo

TValue

Parâmetros

name
String
value
TValue
ignoreCase
Boolean

Retornos

Aplica-se a