isArray abstract method
Checks if this class represents an array type.
Returns:
true
for List types with fixed length semanticsfalse
for 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();