RuleEvaluationIncompatibleTypesException.Right プロパティ

定義

例外の原因となった式の、右オペランドの Type を取得または設定します。

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

プロパティ値

Type

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

適用対象