المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : what is the *****alent to this c++ code in C#?



C# Programming
07-21-2009, 02:53 AM
Hi guys

I have this struct in C++.


struct image
{
x:4;
y:4;
color:8;
grayscale:1;
spare:7;
}





what is the *****alent in C#?