VBFixedArrayAttribute Constructor (Int32, Int32)
.NET Framework (current version)
Initializes the value of the Bounds property.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- UpperBound1
-
Type:
System::Int32
Initializes the value of upper field, which represents the size of the first dimension of the array.
- UpperBound2
-
Type:
System::Int32
Initializes the value of upper field, which represents the size of the second dimension of the array.
The constructor runs when the VBFixedArrayAttribute attribute is applied to an array.
.NET Framework
Available since 1.1
Available since 1.1
Show: