Converting from VB.Net to C#, if the code has a variable declared as datetime? (it works with datetime or date?) then the conversion fails
Input
Sub Test()
dim thisDay as datetime?
end sub
Output
-- line 1 col 1: EOF expected
Converting from VB.Net to C#, if the code has a variable declared as datetime? (it works with datetime or date?) then the conversion fails
Input
Sub Test()
dim thisDay as datetime?
end sub
Output
-- line 1 col 1: EOF expected