TypeBinaryExpression.TypeOperand プロパティ

定義

型テスト演算の型オペランドを取得します。

public:
 property Type ^ TypeOperand { Type ^ get(); };
public Type TypeOperand { get; }
member this.TypeOperand : Type
Public ReadOnly Property TypeOperand As Type

プロパティ値

型テスト演算の型オペランドを表す Type

適用対象