Page 29 - CSharp/C#
P. 29

Translating a LINQ query to a SQL query                                                          495

        Chapter 88: Iterators                                                                               496


          Remarks                                                                                            496

          Examples                                                                                           496

            Simple Numeric Iterator Example                                                                  496
            Creating Iterators Using Yield                                                                   496


        Chapter 89: Keywords                                                                                499

          Introduction                                                                                       499

          Remarks                                                                                            499

          Examples                                                                                           501

            stackalloc                                                                                       501

            volatile                                                                                         502

            fixed                                                                                            504
            Fixed Variables                                                                                  504

            Fixed Array Size                                                                                 504

            default                                                                                          504

            readonly                                                                                         505

            as                                                                                               506

            is                                                                                               507

            typeof                                                                                           508

            const                                                                                            508

            namespace                                                                                        510
            try, catch, finally, throw                                                                       510

            continue                                                                                         511

            ref, out                                                                                         512

            checked, unchecked                                                                               513

            goto                                                                                             515

        goto as a:                                                                                          515

          Label:                                                                                             515

          Case statement:                                                                                    515

          Exception Retry                                                                                    515

            enum                                                                                             516
   24   25   26   27   28   29   30   31   32   33   34