Gets the total number of elements in all the dimensions of the current array.
()
| 10851 | } |
| 10852 | /** Gets the total number of elements in all the dimensions of the current array. */ |
| 10853 | get length() { |
| 10854 | return Il2Cpp.Api._arrayGetLength(this); |
| 10855 | } |
| 10856 | /** Gets the encompassing object of the current array. */ |
| 10857 | get object() { |
| 10858 | return new Il2Cpp.Object(this); |
no test coverage detected