C# 0 The Complete Reference


class  or  struct



Download 4,07 Mb.
Pdf ko'rish
bet648/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   644   645   646   647   648   649   650   651   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

class

 or 


struct

must be the first constraint in the list.

www.freepdf-books.com



518

 

P a r t   I :  



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

Here is an example that demonstrates the reference type constraint:

// Demonstrate a reference constraint.

using System;

class MyClass {

  //...


}

// Use a reference constraint.

class Test where T : class {

  T obj;


  public Test() {

    // The following statement is legal only

    // because T is guaranteed to be a reference

    // type, which can be assigned the value null.

    obj = null;

  }


  // ...

}

class ClassConstraintDemo {



  static void Main() {

    // The following is OK because MyClass is a class.

    Test x = new Test();

    // The next line is in error because int is a value type.

//    Test y = new Test();

  }


}

First, notice how 



Test

 is declared:

class Test where T : class {

The


class

 constraint requires that any type argument for 



T

 be a reference type. In this 

program, this is necessary because of what occurs inside the 

Test

 constructor:

public Test() {

  // The following statement is legal only

  // because T is guaranteed to be a reference

  // type, which can be assigned the value null.

  obj = null;

}

Here, 




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   644   645   646   647   648   649   650   651   ...   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