Regarding Collection variable initialization

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to use Option Base in VB.NET. If so then how can i set the
base to 0.
In vb.net while we using array collections, it gives the error.
 
* "=?Utf-8?B?U2l2YXJhbWFuLlM=?= said:
Is it possible to use Option Base in VB.NET. If so then how can i set the
base to 0.

'Option Base <n>' is no longer supported.
 
As far as i know ... and i may be wrong ... someone may please verify this
....
Option base will work for the Visual Basic specific construct.

For Collections and ArrayList as they are from System.Collections namespace
wont be affected by it.

HTH
rawCoder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top