VBFixedArrayAttribute.Bounds 属性

定义

返回数组界限。

public:
 property cli::array <int> ^ Bounds { cli::array <int> ^ get(); };
public int[] Bounds { get; }
member this.Bounds : int[]
Public ReadOnly Property Bounds As Integer()

属性值

Int32[]

包含表示数组界限的整数数组。

注解

当 应用于数组时, VBFixedArrayAttribute 构造函数设置此属性。

适用于

另请参阅