Expression.RightShiftAssign 方法
定義
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation.
多載
RightShiftAssign(Expression, Expression) |
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation. |
RightShiftAssign(Expression, Expression, MethodInfo) |
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation. |
RightShiftAssign(Expression, Expression, MethodInfo, LambdaExpression) |
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation. |
RightShiftAssign(Expression, Expression)
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation.
public:
static System::Linq::Expressions::BinaryExpression ^ RightShiftAssign(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right);
public static System.Linq.Expressions.BinaryExpression RightShiftAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right);
static member RightShiftAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.BinaryExpression
Public Shared Function RightShiftAssign (left As Expression, right As Expression) As BinaryExpression
參數
- left
- Expression
要將 Expression 屬性設定為與之相等的 Left。An Expression to set the Left property equal to.
- right
- Expression
要將 Expression 屬性設定為與之相等的 Right。An Expression to set the Right property equal to.
傳回
BinaryExpression,其 NodeType 屬性等於 RightShiftAssign,且 Left 和 Right 屬性設定為指定的值。A BinaryExpression that has the NodeType property equal to RightShiftAssign and the Left and Right properties set to the specified values.
適用於
RightShiftAssign(Expression, Expression, MethodInfo)
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation.
public:
static System::Linq::Expressions::BinaryExpression ^ RightShiftAssign(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right, System::Reflection::MethodInfo ^ method);
public static System.Linq.Expressions.BinaryExpression RightShiftAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method);
public static System.Linq.Expressions.BinaryExpression RightShiftAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo? method);
static member RightShiftAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Reflection.MethodInfo -> System.Linq.Expressions.BinaryExpression
Public Shared Function RightShiftAssign (left As Expression, right As Expression, method As MethodInfo) As BinaryExpression
參數
- left
- Expression
要將 Expression 屬性設定為與之相等的 Left。An Expression to set the Left property equal to.
- right
- Expression
要將 Expression 屬性設定為與之相等的 Right。An Expression to set the Right property equal to.
- method
- MethodInfo
要將 MethodInfo 屬性設定為與之相等的 Method。A MethodInfo to set the Method property equal to.
傳回
BinaryExpression,其 NodeType 屬性等於 RightShiftAssign,且 Left、Right 和 Method 屬性設定為指定的值。A BinaryExpression that has the NodeType property equal to RightShiftAssign and the Left, Right, and Method properties set to the specified values.
適用於
RightShiftAssign(Expression, Expression, MethodInfo, LambdaExpression)
建立表示位元右移位指派運算的 BinaryExpression。Creates a BinaryExpression that represents a bitwise right-shift assignment operation.
public:
static System::Linq::Expressions::BinaryExpression ^ RightShiftAssign(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right, System::Reflection::MethodInfo ^ method, System::Linq::Expressions::LambdaExpression ^ conversion);
public static System.Linq.Expressions.BinaryExpression RightShiftAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method, System.Linq.Expressions.LambdaExpression conversion);
public static System.Linq.Expressions.BinaryExpression RightShiftAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo? method, System.Linq.Expressions.LambdaExpression? conversion);
static member RightShiftAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Reflection.MethodInfo * System.Linq.Expressions.LambdaExpression -> System.Linq.Expressions.BinaryExpression
Public Shared Function RightShiftAssign (left As Expression, right As Expression, method As MethodInfo, conversion As LambdaExpression) As BinaryExpression
參數
- left
- Expression
要將 Expression 屬性設定為與之相等的 Left。An Expression to set the Left property equal to.
- right
- Expression
要將 Expression 屬性設定為與之相等的 Right。An Expression to set the Right property equal to.
- method
- MethodInfo
要將 MethodInfo 屬性設定為與之相等的 Method。A MethodInfo to set the Method property equal to.
- conversion
- LambdaExpression
要將 LambdaExpression 屬性設定為與之相等的 Conversion。A LambdaExpression to set the Conversion property equal to.
傳回
BinaryExpression,其 NodeType 屬性等於 RightShiftAssign,且 Left、Right、Method 和 Conversion 屬性設定為指定的值。A BinaryExpression that has the NodeType property equal to RightShiftAssign and the Left, Right, Method, and Conversion properties set to the specified values.