This print for content only-size & color not accurate 7" X 9-1/4" / casebound / malloy



Download 21,46 Mb.
Pdf ko'rish
bet658/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   654   655   656   657   658   659   660   661   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

// Point using ints.

Point p = new Point(10, 10);

Console.WriteLine("p.ToString()={0}", p.ToString());

p.ResetPoint();

Console.WriteLine("p.ToString()={0}", p.ToString());

Console.WriteLine();



// Point using double.

Point p2 = new Point(5.4, 3.3);

Console.WriteLine("p2.ToString()={0}", p2.ToString());

p2.ResetPoint();

Console.WriteLine("p2.ToString()={0}", p2.ToString());

Console.ReadLine();

}

Figure 10-3 shows the output.



C H A P T E R   1 0  

C O L L E C T I O N S   A N D   G E N E R I C S



331

8849CH10.qxd  9/25/07  4:17 PM  Page 331




Figure 10-3.

Using the generic Point type



Source Code

The GenericPoint project is located under the Chapter 10 subdirectory.



Creating a Custom Generic Collection

As you have seen, the System.Collections.Generic namespace provides numerous types that allow

you to create type-safe and efficient containers. Given the set of available choices, the chances are

quite good that you will not need to build custom collection types when programming with the

.NET platform. Nevertheless, to illustrate how you could build a stylized generic container, the next

task is to build a generic collection class named CarCollection (and see exactly what, if any-

thing, this buys us). Begin by creating a new Console Application named CustomGenericCollection.

Like the nongeneric CarCollection created earlier in this chapter, this iteration will leverage

an existing collection type to hold the subitems (a List in this case). As well, you will support

foreach iteration by implementing the generic IEnumerable interface. Do note that

IEnumerable extends the nongeneric IEnumerable interface; therefore, the compiler expects

you to implement 



two versions of the GetEnumerator() method. Here is the update:

public class CarCollection : IEnumerable

{

private List arCars = new List();



public T GetCar(int pos)

{ return arCars[pos]; }

public void AddCar(T c)

{ arCars.Add(c); }

public void ClearCars()

{ arCars.Clear(); }

public int Count

{ get { return arCars.Count; } }




Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   654   655   656   657   658   659   660   661   ...   1830




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