Thread: Array question
View Single Post
Old Jan 3rd, 2007, 7:53 PM   #6
Arla
Professional Programmer
 
Arla's Avatar
 
Join Date: Mar 2005
Posts: 302
Rep Power: 4 Arla is on a distinguished road
Quote:
Originally Posted by DaWei View Post
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.
Dawei,

Thanks for confirming, it's what I'd figured/feared and I can do what I want another route, just wanted to check that I wasn't overly complicating something.
Arla is offline   Reply With Quote