VBFixedArrayAttribute.Bounds Property
Returns the bounds of the array.
Public ReadOnly Property Bounds() As Integer()
Return Value
Contains an integer array that represents the bounds of the array.
Remarks
The constructor sets this property when the VBFixedArrayAttribute is applied to an array.
Requirements
Namespace: Microsoft.VisualBasic
Class: VBFixedArrayAttribute
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Reference
VBFixedStringAttribute Class
ComClassAttribute Class
MarshalAsAttribute
Concepts
Attributes Used in Visual Basic