Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
GeneralArray object Empty Pin
MrJJKoolJ30-May-04 6:02
MrJJKoolJ30-May-04 6:02 
GeneralRe: Array object Empty Pin
Colin Angus Mackay30-May-04 11:40
Colin Angus Mackay30-May-04 11:40 
GeneralRe: Array object Empty Pin
MrJJKoolJ31-May-04 3:06
MrJJKoolJ31-May-04 3:06 
GeneralRe: Array object Empty Pin
Colin Angus Mackay31-May-04 4:16
Colin Angus Mackay31-May-04 4:16 
GeneralRe: Array object Empty Pin
Otis_6930-May-04 15:15
Otis_6930-May-04 15:15 
GeneralRe: Array object Empty Pin
MrJJKoolJ31-May-04 3:08
MrJJKoolJ31-May-04 3:08 
GeneralRe: Array object Empty Pin
Otis_6931-May-04 9:40
Otis_6931-May-04 9:40 
GeneralRe: Array object Empty Pin
Stefan Troschuetz30-May-04 22:35
Stefan Troschuetz30-May-04 22:35 
If you want to determine if the elements of your Array reference an object of a class, you have to iterate over your Array and test them against null, like Colin said.
Alternatively, you could use an ArrayList instead of the Array. The ArrayList class provides the Count property which tells how many objects really exist in your ArrayList.

www.troschuetz.de
Generalforce an event to trigger Pin
YiannisF30-May-04 4:23
YiannisF30-May-04 4:23 
GeneralRe: force an event to trigger Pin
Mazdak30-May-04 4:31
Mazdak30-May-04 4:31 
GeneralRe: force an event to trigger Pin
YiannisF30-May-04 7:09
YiannisF30-May-04 7:09 
GeneralC# and ADO.NET data caching Pin
ajenny30-May-04 3:47
ajenny30-May-04 3:47 
QuestionAbout draw a rectangle? Pin
Member 185560830-May-04 0:20
Member 185560830-May-04 0:20 
AnswerRe: About draw a rectangle? Pin
Aaron Eldreth30-May-04 2:08
Aaron Eldreth30-May-04 2:08 
GeneralClosing External Window Pin
cgcrute29-May-04 23:35
cgcrute29-May-04 23:35 
GeneralRe: Closing External Window Pin
Xiangyang Liu 刘向阳30-May-04 2:00
Xiangyang Liu 刘向阳30-May-04 2:00 
GeneralRe: Closing External Window Pin
Dave Kreskowiak30-May-04 3:13
mveDave Kreskowiak30-May-04 3:13 
GeneralHelp me please ! Pin
Vo Tan Tai29-May-04 18:28
Vo Tan Tai29-May-04 18:28 
GeneralRe: Help me please ! Pin
Mazdak29-May-04 20:21
Mazdak29-May-04 20:21 
GeneralRe: ListBox Pin
myNameIsRon29-May-04 16:35
myNameIsRon29-May-04 16:35 
GeneralRe: ListBox Pin
Meysam Mahfouzi29-May-04 16:55
Meysam Mahfouzi29-May-04 16:55 
GeneralRe: ListBox Pin
myNameIsRon1-Jun-04 10:38
myNameIsRon1-Jun-04 10:38 
GeneralBitmap PixelFormat GetPixel Pin
Dave12345629-May-04 14:47
Dave12345629-May-04 14:47 
GeneralRe: Bitmap PixelFormat GetPixel Pin
Dave Kreskowiak29-May-04 15:03
mveDave Kreskowiak29-May-04 15:03 
GeneralRe: Bitmap PixelFormat GetPixel Pin
Dave12345629-May-04 22:51
Dave12345629-May-04 22:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.