Fix support for constant arrays of function pointers #222
Labels
Bug
Concept-OutputUsability
Issues concerning whether or not the output from Biohazrd is actually usable
EdgeCase
Language-C#
Issues specific to C#
Workaround
Right now arrays of function pointers are emitted as normal non-function pointer arrays, which emits the following invalid methods:
This isn't valid since function pointers cannot be used as a type argument. We can't use
ConstantArrayOfPointersEnumerator
either, soGetEnumerator
will need to be special-cased similar to #221The text was updated successfully, but these errors were encountered: