更新:2007 年 11 月
初始化 Bounds 属性的值。
Public Sub New( _
   ByVal UpperBound1 As Integer, _
   )
' -or-
Public Sub New( _
   ByVal UpperBound1 As Integer, _
   ByVal UpperBound2 As Integer, _
   )
参数
- UpperBound1 
 初始化上限字段的值,该值表示数组的第一个维度的大小。
- UpperBound2 
 初始化上限字段的值,该值表示数组的第二个维度的大小。
备注
该构造函数在 VBFixedArrayAttribute 属性应用于数组时运行。
要求
**类:**VBFixedArrayAttribute
**程序集:**Visual Basic 运行库(在 Microsoft.VisualBasic.dll 中)