C# 0 The Complete Reference


PART II C h a p t e r   2 4



Download 4,07 Mb.
Pdf ko'rish
bet1013/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   1009   1010   1011   1012   1013   1014   1015   1016   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART II

C h a p t e r   2 4 :  

C o l l e c t i o n s ,   E n u m e r a t o r s ,   a n d   I t e r a t o r s    

817


illustrates two ways that a named iterator can be used to obtain elements. One enumerates a 

range of elements given the endpoints. The other enumerates the elements beginning at the 

start of the sequence and ending at the specified stopping point.

// Use named iterators.

using System;

using System.Collections;

class MyClass {

  char ch = 'A';

  // This iterator returns the letters

  // of the alphabet, beginning at A and

  // stopping at the specified stopping point.

  public IEnumerable MyItr(int end) {

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

      yield return (char) (ch + i);

  }

  // This iterator returns the specified



  // range of letters.

  public IEnumerable MyItr(int begin, int end) {

    for(int i=begin; i < end; i++)

      yield return (char) (ch + i);

  }

}

class ItrDemo4 {



  static void Main() {

    MyClass mc = new MyClass();

    Console.WriteLine("Iterate the first 7 letters:");

    foreach(char ch in mc.MyItr(7))

      Console.Write(ch + " ");

    Console.WriteLine("\n");

    Console.WriteLine("Iterate letters from F to L:");

    foreach(char ch in mc.MyItr(5, 12))

      Console.Write(ch + " ");

    Console.WriteLine();

  }

}

The output is shown here:



Iterate the first 7 letters:

A B C D E F G

Iterate letters from F to L:

F G H I J K L

www.freepdf-books.com



818

 

P a r t   I I :  



E x p l o r i n g   t h e   C #   L i b r a r y


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   1009   1010   1011   1012   1013   1014   1015   1016   ...   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