Gets the fields of the current class.
()
| 10988 | } |
| 10989 | /** Gets the fields of the current class. */ |
| 10990 | get fields() { |
| 10991 | return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetFields, Il2Cpp.Field)); |
| 10992 | } |
| 10993 | /** Gets the flags of the current class. */ |
| 10994 | get flags() { |
| 10995 | return Il2Cpp.Api._classGetFlags(this); |