Expression.FunctionTable.Values プロパティ

定義

StandardFunctionsの値であるExpressionEvaluatorの集合を取得します。

public System.Collections.Generic.ICollection<AdaptiveExpressions.ExpressionEvaluator> Values { get; }
member this.Values : System.Collections.Generic.ICollection<AdaptiveExpressions.ExpressionEvaluator>
Public ReadOnly Property Values As ICollection(Of ExpressionEvaluator)

プロパティ値

ExpressionEvaluatorのリスト。

実装

適用対象