We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cb33a commit 6ab4155Copy full SHA for 6ab4155
1 file changed
README.md
@@ -185,10 +185,12 @@ The code generator supports:
185
* Exceptions
186
* Overloaded operators
187
* Arrays (single- and multi-dimensional)
188
+* Delegates
189
190
The code generator does not support (yet):
191
-* Delegates
192
+* Events
193
+* Boxing and unboxing (e.g. boxing `int` to `object`, casting `object` to `int`)
194
* `MonoBehaviour` contents (e.g. fields) except for "message" functions
195
* `Array` methods (e.g. `IndexOf`)
196
* Default parameters
0 commit comments