Gets the encompassing object of the current array.
()
| 46 | |
| 47 | /** Gets the encompassing object of the current array. */ |
| 48 | get object() { |
| 49 | return new Il2Cpp.Object(this); |
| 50 | } |
| 51 | |
| 52 | /** Gets the element at the specified index of the current array. */ |
| 53 | get(index) { |
nothing calls this directly
no outgoing calls
no test coverage detected