-
Notifications
You must be signed in to change notification settings - Fork 54
Basic Expressions
xℹm Member access
x🌜...🌛 Method and delegate invocation
x
x⏫ Post-increment
x⏬ Post-decrement
🆕 T🌜...🌛 Object creation
🆕 T🌜...🌛\n \t ... Object creation w/ initializer
🆕 T
➕x Identity
➖x Negation
🚫x Logical negation
〰x Bitwise negation
⏫x Pre-increment
⏬x Pre-decrement
xℹ️T Explicitly convert x to type T
x ✖️ y Multiplication
x ➗ y Division
x #️⃣ y Remainder
x ➕ y Addition, string concatenation
x ➖ y Subtraction, delegate removal
x ⏪ y Shift left
x ⏩ y Shift right
x
x
x
x
x
x ↔ y Equal
x 🚫↔ y Not equal
x ❤️ y Integer bitwise AND, boolean logical AND
x 🔼 y Integer bitwise XOR, boolean logical XOR
x 💔 y Integer bitwise OR, boolean logical OR
x ❤️❤️ y Evaluates y only if x is true
x 💔💔 y Evaluates y only if x is false
x ⬅️ y Assignment