Show / Hide Table of Contents

Class ExpressionExtensions

Contains useful extensions for the Expression class.

Inheritance
object
ExpressionExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Types.Extensions
Assembly: MCART.dll
Syntax
public static class ExpressionExtensions

Methods

| Edit this page View Source

Eval(Expression, params object?[]?)

Evaluates the expression.

Declaration
public static object? Eval(this Expression e, params object?[]? expressionArgs)
Parameters
Type Name Description
Expression e

Expression to evaluate.

object[] expressionArgs

Arguments to pass to the expression.

Returns
Type Description
object

The result of evaluating the expression.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX