Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if c# supports Union.
Yes, you can create a struct with all types, like:
And then do manual magic with struct layout Kind.
But this will only work for fix size elements and you must know the sizes of the objects.
Beta Was this translation helpful? Give feedback.
All reactions