Gets the type of the object encompassed by the current array.
()
| 36 | |
| 37 | /** Gets the type of the object encompassed by the current array. */ |
| 38 | get elementType() { |
| 39 | return this.object.class.type.class.baseType; |
| 40 | } |
| 41 | |
| 42 | /** Gets the total number of elements in all the dimensions of the current array. */ |
| 43 | get length() { |
nothing calls this directly
no outgoing calls
no test coverage detected