What is the Base of Collections, etc?

Mike_R

Well-known member
Joined
Oct 20, 2003
Messages
316
Location
NYC
Im brand new to VB.Net... just two nebie questions regarding the Base that various objects are in .Net:

(1) Arrays are always Base 0 in VB.Net and Option Base 1 type stuff is now gone, right?

(2) Are Collections still Base 1? Or has that become Base 0?

Thanks in advance...

-- Mike
 
Back
Top