c# - Difficulty in understanding class Property declaration -


this question has answer here:

i going through class library in 1 of our projects.

i came across statements public int? variablename

what mean..i going create classes new application refering current

application .

so ,i know , in scenarios can use , not

possible avoid it

int? means "nullable". being nullable allows have null values in int.

check out link if need understand bit more,

http://msdn.microsoft.com/en-us/library/2cf62fcy%28vs.80%29.aspx

how nullable types work in c#?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -