@internal Gets a pointer to the first element of the current array.
()
| 26 | |
| 27 | /** @internal Gets a pointer to the first element of the current array. */ |
| 28 | get elements() { |
| 29 | return new Il2Cpp.Pointer(Il2Cpp.Api._arrayGetElements(this), this.elementType); |
| 30 | } |
| 31 | |
| 32 | /** Gets the size of the object encompassed by the current array. */ |
| 33 | get elementSize() { |
nothing calls this directly
no test coverage detected