Array modifiers cannot be specified on both a variable and its type

Array modifiers are present on both the variable and its type, indicating an array of arrays.

Error ID: BC31087

To correct this error

  • Remove the array modifier from the type specifier.

See Also

Other Resources

Arrays in Visual Basic