C# 0 The Complete Reference


PART I C h a p t e r   1 5



Download 4,07 Mb.
Pdf ko'rish
bet515/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   511   512   513   514   515   516   517   518   ...   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  

405


PART IPART I

  // Reverse a string.

  static void Reverse(ref string s) {

    string temp = "";

    int i, j;

    Console.WriteLine("Reversing string.");

    for(j=0, i=s.Length-1; i >= 0; i--, j++)

      temp += s[i];

    s = temp;

  }


  static void Main() {

    // Construct delegates.

    StrMod strOp;

    StrMod replaceSp = ReplaceSpaces;

    StrMod removeSp = RemoveSpaces;

    StrMod reverseStr = Reverse;

    string str = "This is a test";

    // Set up multicast.

    strOp = replaceSp;

    strOp += reverseStr;

    // Call multicast.

    strOp(ref str);

    Console.WriteLine("Resulting string: " + str);

    Console.WriteLine();

    // Remove replace and add remove.

    strOp -= replaceSp;

    strOp += removeSp;

    str = "This is a test."; // reset string

    // Call multicast.

    strOp(ref str);

    Console.WriteLine("Resulting string: " + str);

    Console.WriteLine();

  }

}

Here is the output:



Replacing spaces with hyphens.

Reversing string.

Resulting string: tset-a-si-sihT

Reversing string.

Removing spaces.

Resulting string: .tsetasisihT

www.freepdf-books.com



406

 

P a r t   I :  



T h e   C #   L a n g u a g e

In


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   511   512   513   514   515   516   517   518   ...   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