No unsigned int in c# ?

  • Thread starter Thread starter Boki
  • Start date Start date
B

Boki

Hi All,

My code:

private static unsigned int Queue_count = 0;

it can't pass the compiler, the error msg shows the 'unsigned'
keyword.

there is no unsigned int in c# ?

Thanks!
Best regards,
Boki.
 
Why not uint?

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
Back
Top