P
Peter Olcott
What is the C# equivalent of a C++ union ???
What is the C# equivalent of a C++ union ???
Peter said:What is the C# equivalent of a C++ union ???
C# does not have unions.
To help you with an alternative we need to know the real
problem.
Depending on the circumstances BitConverter, BinaryReader/Writer
and StructLayout may all be solutions.
Arne
Peter said:What is the C# equivalent of a C++ union ???