Gets the amount of parameters of this method.
()
| 102 | |
| 103 | /** Gets the amount of parameters of this method. */ |
| 104 | get parameterCount() { |
| 105 | return Il2Cpp.Api._methodGetParameterCount(this); |
| 106 | } |
| 107 | |
| 108 | /** Gets the parameters of this method. */ |
| 109 | get parameters() { |
nothing calls this directly
no test coverage detected