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


// This method will swap any two items



Download 21,46 Mb.
Pdf ko'rish
bet652/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   648   649   650   651   652   653   654   655   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

// This method will swap any two items.

// as specified by the type parameter .

static void Swap(ref T a, ref T b)

{

Console.WriteLine("You sent the Swap() method a {0}",



typeof(T));

T temp;


temp = a;

a = b;


b = temp;

}

Notice how a generic method is defined by specifying the type parameter after the method



name but before the parameter list. Here, you’re stating that the Swap() method can operate on any

two parameters of type . Just to spice things up a bit, you’re printing out the type name of the

supplied placeholder to the console using the C# typeof() operator. Now consider the following

Main() method that swaps integer and string types:

static void Main(string[] args)

{

Console.WriteLine("***** Fun with Custom Generic Methods *****\n");



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



327

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




// Swap 2 ints.

int a = 10, b = 90;

Console.WriteLine("Before swap: {0}, {1}", a, b);

Swap(ref a, ref b);

Console.WriteLine("After swap: {0}, {1}", a, b);

Console.WriteLine();




Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   648   649   650   651   652   653   654   655   ...   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