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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -