VBFixedArrayAttribute.Bounds Property

Returns the bounds of the array.

Public ReadOnly Property Bounds() As Integer()

Property 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

Concepts

Attributes Used in Visual Basic

Reference

VBFixedStringAttribute Class

ComClassAttribute Class

MarshalAsAttribute

Other Resources

Attributes in Visual Basic