isArray abstract method

bool isArray()

Checks if this class represents an array type.

Returns:

  • true for List types with fixed length semantics
  • false for regular List types

Implementation

bool isArray();