Introduction
New feature in the 4.0
In this
article we are going to learn the topic of how to passing the null values for
the parameters having the integer and also passing the values to particular parameter
using the asp.net c#.
In this
code we have one sub() method it having the integer input parameters actually
we not able to pass the null values to the integer directly to overcome this we
use one ? Key for this to overcome.
Like int? i = null
Coding
New feature in the 4.0