RuleEvaluationIncompatibleTypesException.Left プロパティ

定義

例外の原因となった式の、左辺引数の Type を取得または設定します。

public:
 property Type ^ Left { Type ^ get(); void set(Type ^ value); };
public Type Left { get; set; }
member this.Left : Type with get, set
Public Property Left As Type

プロパティ値

Type

例外の原因となった式の、左辺引数の Type

適用対象