Monday, May 27, 2013

typedef union of C/C++ to C#

C# doesn't have Union... type can be replaced with using as :



using MyTypeName = System.Int32;





Thanks! Sundar "Please use Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful."


No comments:

Post a Comment