Jaa


Expression.FunctionTable.TryGetValue(String, ExpressionEvaluator) Method

Definition

Attempts to get the value associated with the specified key from the FunctionTable.

public bool TryGetValue (string key, out AdaptiveExpressions.ExpressionEvaluator value);
abstract member TryGetValue : string * ExpressionEvaluator -> bool
override this.TryGetValue : string * ExpressionEvaluator -> bool
Public Function TryGetValue (key As String, ByRef value As ExpressionEvaluator) As Boolean

Parameters

key
String

The key of the value to get.

value
ExpressionEvaluator

When this method returns, contains the object from the FunctionTable that has the specified key, or the default value of the type if the operation failed.

Returns

A boolean value indicating whether the value is successfully obtained.

Applies to