Console.WriteLine(DirectCast(Nothing, Integer))
Console.WriteLine(DirectCast(GetNothingInteger(), Integer))
Console.WriteLine(DirectCast(GetZeroObject(), Integer))
Console.WriteLine(DirectCast(GetNothingObject(), Integer))
Public Function GetNothingObject() As Object
Public Function GetZeroObject() As Object
Public Function GetNothingInteger() As Integer