Expression.ExclusiveOrAssign Yöntem

Tanım

Bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

Aşırı Yüklemeler

ExclusiveOrAssign(Expression, Expression, MethodInfo, LambdaExpression)

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

ExclusiveOrAssign(Expression, Expression, MethodInfo)

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

ExclusiveOrAssign(Expression, Expression)

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

ExclusiveOrAssign(Expression, Expression, MethodInfo, LambdaExpression)

Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

public:
 static System::Linq::Expressions::BinaryExpression ^ ExclusiveOrAssign(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 ExclusiveOrAssign (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 ExclusiveOrAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo? method, System.Linq.Expressions.LambdaExpression? conversion);
static member ExclusiveOrAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Reflection.MethodInfo * System.Linq.Expressions.LambdaExpression -> System.Linq.Expressions.BinaryExpression
Public Shared Function ExclusiveOrAssign (left As Expression, right As Expression, method As MethodInfo, conversion As LambdaExpression) As BinaryExpression

Parametreler

left
Expression

Özelliğinin Left değerine eşit olarak ayarlanması için birExpression.

right
Expression

Özelliğinin Right değerine eşit olarak ayarlanması için birExpression.

method
MethodInfo

Özelliğini eşittir Method olarak ayarlamak için AMethodInfo.

conversion
LambdaExpression

Özelliğini eşittir Conversion olarak ayarlamak için ALambdaExpression.

Döndürülenler

BinaryExpression özelliğine ExclusiveOrAssign eşit NodeType olan ve Left, Right, Methodve Conversion özellikleri belirtilen değerlere ayarlanmış.

Şunlara uygulanır

ExclusiveOrAssign(Expression, Expression, MethodInfo)

Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

public:
 static System::Linq::Expressions::BinaryExpression ^ ExclusiveOrAssign(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right, System::Reflection::MethodInfo ^ method);
public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo method);
public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right, System.Reflection.MethodInfo? method);
static member ExclusiveOrAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Reflection.MethodInfo -> System.Linq.Expressions.BinaryExpression
Public Shared Function ExclusiveOrAssign (left As Expression, right As Expression, method As MethodInfo) As BinaryExpression

Parametreler

left
Expression

Özelliğinin Left değerine eşit olarak ayarlanması için birExpression.

right
Expression

Özelliğinin Right değerine eşit olarak ayarlanması için birExpression.

method
MethodInfo

Özelliğini eşittir Method olarak ayarlamak için AMethodInfo.

Döndürülenler

BinaryExpression ve , MethodRightve Leftözellikleri belirtilen değerlere ExclusiveOrAssign ayarlanmış özelliğine sahip NodeType bir.

Şunlara uygulanır

ExclusiveOrAssign(Expression, Expression)

Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs
Kaynak:
BinaryExpression.cs

Kullanıcı tanımlı türler için kullanarak op_ExclusiveOr bit düzeyinde XOR atama işlemini temsil eden bir BinaryExpression oluşturur.

public:
 static System::Linq::Expressions::BinaryExpression ^ ExclusiveOrAssign(System::Linq::Expressions::Expression ^ left, System::Linq::Expressions::Expression ^ right);
public static System.Linq.Expressions.BinaryExpression ExclusiveOrAssign (System.Linq.Expressions.Expression left, System.Linq.Expressions.Expression right);
static member ExclusiveOrAssign : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.BinaryExpression
Public Shared Function ExclusiveOrAssign (left As Expression, right As Expression) As BinaryExpression

Parametreler

left
Expression

Özelliğinin Left değerine eşit olarak ayarlanması için birExpression.

right
Expression

Özelliğinin Right değerine eşit olarak ayarlanması için birExpression.

Döndürülenler

BinaryExpression ve ve özellikleri belirtilen değerlere ExclusiveOrAssignLeftRight ayarlanmış özelliğine sahip NodeType bir.

Şunlara uygulanır