c# - Should I use int or Int32 -


in c#, int , int32 same thing, i've read number of times int preferred on int32 no reason given. there reason, , should care?

ecma-334:2006 c# language specification (p18):

each of predefined types shorthand system-provided type. example, keyword int refers struct system.int32. matter of style, use of keyword favoured on use of complete system type name.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -