In C#, is there a difference between default(Nullable<long>) (or default(long?)) and default(long) ?
Long is just an example, it can be any other struct type.
In C#, is there a difference between default(Nullable<long>) (or default(long?)) and default(long) ?
Long is just an example, it can be any other struct type.