Gets the flags of the current method.
()
| 22 | |
| 23 | /** Gets the flags of the current method. */ |
| 24 | get flags() { |
| 25 | return Il2Cpp.Api._methodGetFlags(this, NULL); |
| 26 | } |
| 27 | |
| 28 | /** Gets the implementation flags of the current method. */ |
| 29 | get implementationFlags() { |
nothing calls this directly
no test coverage detected