共用方式為


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

適用於