Gets the encompassing object of the current method.
()
| 97 | |
| 98 | /** Gets the encompassing object of the current method. */ |
| 99 | get object() { |
| 100 | return new Il2Cpp.Object(Il2Cpp.Api._methodGetObject(this, NULL)); |
| 101 | } |
| 102 | |
| 103 | /** Gets the amount of parameters of this method. */ |
| 104 | get parameterCount() { |
nothing calls this directly
no test coverage detected