Jedhi Posted January 13, 2004 Posted January 13, 2004 What has happened to the unions ? Do you use struct instead of union in C# ? Quote
Administrators PlausiblyDamp Posted January 13, 2004 Administrators Posted January 13, 2004 unions aren't supported in c# - use either a struct or a class depending on your needs. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
wyrd Posted January 13, 2004 Posted January 13, 2004 You can create unions using structs and attributes; StructLayout FieldOffset Quote Gamer extraordinaire. Programmer wannabe.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.