What is the benefit of using int16? instead of int16 in a .net variable declaration? -


possible duplicate:
c# - basic question: '?' ?

what benefit of using int16? instead of using int16 in .net variable declaration ?

dim int16? dim int16 

question mark indicates nullable types: http://msdn.microsoft.com/en-us/library/1t3y8s4s%28v=vs.100%29.aspx


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -