Expression.FunctionTable.TryGetValue(String, ExpressionEvaluator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.