Compartilhar via


ExpressionProperty<T>.TryGetValue(Object) Método

Definição

Tente Obter o valor.

public virtual (T Value, string Error) TryGetValue (object data);
abstract member TryGetValue : obj -> ValueTuple<'T, string>
override this.TryGetValue : obj -> ValueTuple<'T, string>
Public Overridable Function TryGetValue (data As Object) As ValueTuple(Of T, String)

Parâmetros

data
Object

dados a serem usados para associação de expressão.

Retornos

value.

Aplica-se a