Gets the size of the object encompassed by the current array class.
()
| 25 | |
| 26 | /** Gets the size of the object encompassed by the current array class. */ |
| 27 | get arrayElementSize() { |
| 28 | return Il2Cpp.Api._classGetArrayElementSize(this); |
| 29 | } |
| 30 | |
| 31 | /** Gets the name of the assembly in which the current class is defined. */ |
| 32 | get assemblyName() { |
nothing calls this directly
no test coverage detected