CodeBinaryOperatorType Enumeration
.NET Framework 3.0
Defines identifiers for supported binary operators.
Namespace: System.CodeDom
Assembly: System (in system.dll)
Assembly: System (in system.dll)
| Member name | Description | |
|---|---|---|
| Add | Addition operator. | |
| Assign | Assignment operator. | |
| BitwiseAnd | Bitwise and operator. | |
| BitwiseOr | Bitwise or operator. | |
| BooleanAnd | Boolean and operator. This represents a short circuiting operator. A short circuiting operator will evaluate only as many expressions as necessary before returning a correct value. | |
| BooleanOr | Boolean or operator. This represents a short circuiting operator. A short circuiting operator will evaluate only as many expressions as necessary before returning a correct value. | |
| Divide | Division operator. | |
| GreaterThan | Greater than operator. | |
| GreaterThanOrEqual | Greater than or equal operator. | |
| IdentityEquality | Identity equal operator. | |
| IdentityInequality | Identity not equal operator. | |
| LessThan | Less than operator. | |
| LessThanOrEqual | Less than or equal operator. | |
| Modulus | Modulus operator. | |
| Multiply | Multiplication operator. | |
| Subtract | Subtraction operator. | |
| ValueEquality | Value equal operator. |
CodeBinaryOperatorType defines identifiers for the most common types of binary operators. These operator identifiers are used by CodeBinaryOperatorExpression to indicate the type of operator in each expression.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: