Page 41 - CSharp/C#
P. 41

Class Member Operators: Aggregate Object Indexing                                                702

            Class Member Operators: Null Conditional Indexing                                                702

            "Exclusive or" Operator                                                                          702

            Bit-Shifting Operators                                                                           702

            Implicit Cast and Explicit Cast Operators                                                        703

            Binary operators with assignment                                                                 704

            ? : Ternary Operator                                                                             704

            typeof                                                                                           706
            default Operator                                                                                 706

          Value Type (where T : struct)                                                                      706

          Reference Type (where T : class)                                                                   707

            nameof Operator                                                                                  707

            ?. (Null Conditional Operator)                                                                   707

            Postfix and Prefix increment and decrement                                                       708

            => Lambda operator                                                                               708

            Assignment operator '='                                                                          709

            ?? Null-Coalescing Operator                                                                      709

        Chapter 115: Overflow                                                                               711

          Examples                                                                                           711

            Integer overflow                                                                                 711

            Overflow during operation                                                                        711

            Ordering matters                                                                                 711

        Chapter 116: Overload Resolution                                                                    713

          Remarks                                                                                            713

          Examples                                                                                           713

            Basic Overloading Example                                                                        713

            "params" is not expanded, unless necessary.                                                      714

            Passing null as one of the arguments                                                             714

        Chapter 117: Parallel LINQ (PLINQ)                                                                  716

          Syntax                                                                                             716

          Examples                                                                                           718

            Simple example                                                                                   718
   36   37   38   39   40   41   42   43   44   45   46