Console.WriteLine(Enum), . , VB.NET # , , , .
, , VB.NET :
Dim example As Integer = Color.Red '' Fine
# :
int example = Color.Red;
, (int). , , , VB.NET.
, # , , , . , Console.WriteLine(Object). , .
VB.NET , "" . - , Integer . . , .
:
System.Console.WriteLine(CObj(Color.Red)) '' or
System.Console.WriteLine(Color.Red.ToString())