C# 0 The Complete Reference



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

Anonymous Methods

An anonymous method is one way to create an unnamed block of code that is associated 

with a specific delegate instance. An anonymous method is created by following the 

keyword 


delegate

 with a block of code. To see how this is done, let’s begin with a simple 

example. The following program uses an anonymous method that counts from 0 to 5.

// Demonstrate an anonymous method.

using System;

// Declare a delegate type.

delegate void CountIt();

class AnonMethDemo {

  static void Main() {

    // Here, the code for counting is passed

    // as an anonymous method.

    CountIt count = delegate {

        // This is the block of code passed to the delegate.

      for(int i=0; i <= 5; i++)

        Console.WriteLine(i);

    }; // notice the semicolon

    count();

  }


}

This program first declares a delegate type called 



CountIt

 that has no parameters and 

returns 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   516   517   518   519   520   521   522   523   ...   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