InExpression.Values Property

Definition

Gets the values.

public virtual System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression>
Public Overridable ReadOnly Property Values As IReadOnlyList(Of Expression)

Property Value

The values.

Applies to