isArray abstract method
Checks if this class represents an array type.
Returns:
truefor List types with fixed length semanticsfalsefor regular List types
Implementation
bool isArray();
Checks if this class represents an array type.
Returns:
true for List types with fixed length semanticsfalse for regular List typesbool isArray();