C# 0 The Complete Reference


PART I C h a p t e r   1 5



Download 4,07 Mb.
Pdf ko'rish
bet522/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   518   519   520   521   522   523   524   525   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   1 5 :  

D e l e g a t e s ,   E v e n t s ,   a n d   L a m b d a   E x p r e s s i o n s  

411


PART IPART I

specified by the delegate. For example, here the code that performs the count also computes 

the summation of the count and returns the result:

// Demonstrate an anonymous method that returns a value.

using System;

// This delegate returns a value.

delegate int CountIt(int end);

class AnonMethDemo3 {

  static void Main() {

    int result;

    // Here, the ending value for the count

    // is passed to the anonymous method.

    // A summation of the count is returned.

    CountIt count = delegate (int end) {

      int sum = 0;

      for(int i=0; i <= end; i++) {

        Console.WriteLine(i);

        sum += i;

      }

      return sum; // return a value from an anonymous method

    };

    result = count(3);



    Console.WriteLine("Summation of 3 is " + result);

    Console.WriteLine();

    result = count(5);

    Console.WriteLine("Summation of 5 is " + result);

  }

}

In this version, the value of 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   518   519   520   521   522   523   524   525   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish