.Net int and long size on different platform (32 vs 64)
- by Tomasz Modelski
Do .Net int and long types have different size on 32 bit and 64 bit platform ?
Does int (=Int32 on 32 bit machine) on 64 bit machine will be still Int32 not Int64 ?
Can you quote any official .Net documentation ?