C# 0 The Complete Reference


PART II C h a p t e r   2 4



Download 4,07 Mb.
Pdf ko'rish
bet1010/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   1006   1007   1008   1009   1010   1011   1012   1013   ...   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    

815


Stopping an Iterator

You can stop an iterator early by using this form of the 



yield

 statement:

yield break;

When this statement executes, the iterator signals that the end of the collection has been 

reached, which effectively stops the iterator.

The following program modifies the preceding program so that it displays only the first 

ten letters in the alphabet.

// Use yield break.

using System;

using System.Collections;

class MyClass {

  char ch = 'A';

  // This iterator returns the first 10

  // letters of the alphabet.

  public IEnumerator GetEnumerator() {

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

      if(i == 10) yield break; // stop iterator early

      yield return (char) (ch + i);

    }

  }


}

class ItrDemo3 {

  static void Main() {

    MyClass mc = new MyClass();

    foreach(char ch in mc)

      Console.Write(ch + " ");

    Console.WriteLine();

  }


}

The output is shown here:

A B C D E F G H I J


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   1006   1007   1008   1009   1010   1011   1012   1013   ...   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