Gets the total number of elements in all the dimensions of the current array.
()
| 41 | |
| 42 | /** Gets the total number of elements in all the dimensions of the current array. */ |
| 43 | get length() { |
| 44 | return Il2Cpp.Api._arrayGetLength(this); |
| 45 | } |
| 46 | |
| 47 | /** Gets the encompassing object of the current array. */ |
| 48 | get object() { |
nothing calls this directly
no test coverage detected