Gets the array class which encompass the current class.
()
| 20 | |
| 21 | /** Gets the array class which encompass the current class. */ |
| 22 | get arrayClass() { |
| 23 | return new Il2Cpp.Class(Il2Cpp.Api._classGetArrayClass(this, 1)); |
| 24 | } |
| 25 | |
| 26 | /** Gets the size of the object encompassed by the current array class. */ |
| 27 | get arrayElementSize() { |
nothing calls this directly
no test coverage detected