No unsigned int in c# ?

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.
 
C

Cowboy \(Gregory A. Beamer\)

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!
************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top