- INDEX VB TO NET
- VBUC FEATURES
- OPTIONAL THIRD-PARTY MAPPING
- XARRAYOBJECT
XArrayObject
XArray object allows users to create arrays with any bounds he/she wants. For instance, a XArray can be declared with its lower bound starting at 5 or 1000. This kind of array declarations is not supported because .NET arrays are always zero-based.
XArrays are converted to System.Array class.