Thread: Array question
View Single Post
Old Jan 3rd, 2007, 7:39 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Arrays, in C#, contain elements of a single type. You can't have an array that holds a string in one element, and integer in another element, and a buffalo in another.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote