Gets the access modifier of this method.
()
| 82 | |
| 83 | /** Gets the access modifier of this method. */ |
| 84 | get modifier() { |
| 85 | return Il2Cpp.Api._methodGetModifier(this).readUtf8String(); |
| 86 | } |
| 87 | |
| 88 | /** Gets the name of this method. */ |
| 89 | get name() { |
nothing calls this directly
no test coverage detected