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
intrefers structsystem.int32. matter of style, use of keyword favoured on use of complete system type name.
Comments
Post a Comment