Console.WriteLine methods
I don't understand the difference between these two methods and why the latter can not be used in Vb .NET, C# and JScript (???) . Would you please explain?
Thanks
--------------------------
Console.WriteLine Method (String, Object, Object, Object)
Writes the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
--------------------------
Console.WriteLine Method (String, Object, Object, Object, Object, ...)
Writes the specified objects and variable length parameter list, followed by the current line terminator, to the standard output stream using the specified format information.
This method is not CLS-compliant.
[Visual Basic] This method cannot be used in Visual Basic.
[C#] This method cannot be used in C#.
[JScript] This method cannot be used in JScript. ??? (Shouldn't it be J#??)