Name

VBFixedArray Attribute — Microsoft.VisualBasic.VBFixedArrayAttribute

Synopsis

New(size1[, size2])
size1 required; Integer

The upper limit of the array’s first dimension

size2 optional; Integer

The upper limit of the array’s second dimension

Description

Defines a fixed array. It can be used in defining fixed arrays within structures, particularly structures that are to be passed to Win32 API functions.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.