SwitchCondition.Condition 屬性

定義

取得或設定記憶體範例的值運算式:「user.age」。

public AdaptiveExpressions.Expression Condition { get; set; }
member this.Condition : AdaptiveExpressions.Expression with get, set
Public Property Condition As Expression

屬性值

針對記憶體的值運算式。 這個值運算式會與值運算式結合,以在 case 語句中建立 bool 運算式。

適用於