ExpressionProperty<T>.ToExpression 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.
This will return the existing expression or ConstantExpression(Value) if the value is non-complex type.
public virtual AdaptiveExpressions.Expression ToExpression ();
abstract member ToExpression : unit -> AdaptiveExpressions.Expression
override this.ToExpression : unit -> AdaptiveExpressions.Expression
Public Overridable Function ToExpression () As Expression
Returns
expression.