# Interface: com.pnfsoftware.jeb.core.units.code.asm.type.IArrayType

The array type. Arrays

## Method: getElementCount
- return type: `int`

Description: Get the count of elements in this array type.
return: a zero\+ value.

## Method: getElementType
- return type: `com.pnfsoftware.jeb.core.units.code.asm.type.INativeType`

Description: Get the element type, which may be another array type.
return: element type

