Gets the size of the object encompassed by the current array.
()
| 31 | |
| 32 | /** Gets the size of the object encompassed by the current array. */ |
| 33 | get elementSize() { |
| 34 | return this.elementType.class.arrayElementSize; |
| 35 | } |
| 36 | |
| 37 | /** Gets the type of the object encompassed by the current array. */ |
| 38 | get elementType() { |
nothing calls this directly
no outgoing calls
no test coverage detected