C# 0 The Complete Reference


PART I C h a p t e r   1 0



Download 4,07 Mb.
Pdf ko'rish
bet337/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   333   334   335   336   337   338   339   340   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   1 0 :  

I n d e x e r s   a n d   P r o p e r t i e s  

257


PART IPART I

  // This is the indexer for FailSoftArray.

  public int this[int index] {

    // This is the get accessor.

    get {

      if(ok(index)) {

        ErrFlag = false;

        return a[index];

      } else {

        ErrFlag = true;

        return 0;

      }


    }

    // This is the set accessor.

    set {

      if(ok(index)) {

        a[index] = value;

        ErrFlag = false;

      }

      else ErrFlag = true;

    }

  }


  // Return true if index is within bounds.

  private bool ok(int index) {

   if(index >= 0 & index < Length) return true;

   return false;

  }

}

// Demonstrate the improved fail-soft array.



class ImprovedFSDemo {

  static void Main() {

    FailSoftArray fs = new FailSoftArray(5);

    int x;

    // Can read Length.

    for(int i=0; i < fs.Length; i++)

      fs[i] = i*10;

    for(int i=0; i < fs.Length; i++) {

      x = fs[i];

      if(x != -1) Console.Write(x + " ");

    }

    Console.WriteLine();



    // fs.Length = 10; // Error, illegal!

  }


}

Length

 is now a property that uses the private variable 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   333   334   335   336   337   338   339   340   ...   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