C# 0 The Complete Reference


readonly  fields are  allowed. N



Download 4,07 Mb.
Pdf ko'rish
bet770/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   766   767   768   769   770   771   772   773   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

readonly

 fields are 

allowed.

N

OTE

N

OTE

Although similar, 

readonly

 fields are not the same as 

const

 fields, which are described in the 

following section.

Here is an example that creates a 



readonly

 field:


// Demonstrate readonly.

using System;

class MyClass {

  public static readonly int SIZE = 10;

}

class DemoReadOnly {



  static void Main() {

    int[] source = new int[MyClass.SIZE];

    int[] target = new int[MyClass.SIZE];

    // Give source some values.

    for(int i=0; i < MyClass.SIZE; i++)

      source[i] = i;

www.freepdf-books.com



PART I

C h a p t e r   2 0 :  

U n s a f e   C o d e ,   P o i n t e r s ,   N u l l a b l e   T y p e s ,   a n d   M i s c e l l a n e o u s   T o p i c s  

607


PART IPART I

    foreach(int i in source)

      Console.Write(i + " ");

    Console.WriteLine();

    // Reverse copy source into target.

    for(int i = MyClass.SIZE-1, j = 0; i > 0; i--, j++)

      target[j] = source[i];

    foreach(int i in target)

      Console.Write(i + " ");

    Console.WriteLine();

//  MyClass.SIZE = 100; // Error!!! can’t change

  }


}

Here, 


MyClass.SIZE

 is initialized to 10. After that, it can be used, but not changed. To prove 

this, try removing the comment symbol from before the last line and then compiling the 

program. As you will see, an error will result.




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   766   767   768   769   770   771   772   773   ...   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