UnaryExpression.Operand プロパティ

定義

単項演算のオペランドを取得します。

public:
 property System::Linq::Expressions::Expression ^ Operand { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Operand { get; }
member this.Operand : System.Linq.Expressions.Expression
Public ReadOnly Property Operand As Expression

プロパティ値

Expression

単項演算のオペランドを表す Expression

適用対象