http://d.puremagic.com/issues/show_bug.cgi?id=3850



--- Comment #1 from bearophile_h...@eml.cc 2010-03-14 18:19:24 PDT ---
The signed/unsigned bytes in C# are:
- The sbyte type represents signed 8-bit integers with values between -128 and
127.
- The byte type represents unsigned 8-bit integers with values between 0 and
255.

Choosing ubyte/sbyte is acceptable too.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to