NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Console.WriteLine (String, Object, Object, Object, Object)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub WriteLine( _
   ByVal format As String, _
   ByVal arg0 As Object, _
   ByVal arg1 As Object, _
   ByVal arg2 As Object, _
   ByVal arg3 As Object _
)
[C#]
public static void WriteLine(
   string format,
   object arg0,
   object arg1,
   object arg2,
   object arg3
);
[C++]
public: static void WriteLine(
   String* format,
   Object* arg0,
   Object* arg1,
   Object* arg2,
   Object* arg3
);
[JScript]
public static function WriteLine(
   format : String,
   arg0 : Object,
   arg1 : Object,
   arg2 : Object,
   arg3 : Object
);

Parameters

format
[To be supplied.]
arg0
[To be supplied.]
arg1
[To be supplied.]
arg2
[To be supplied.]
arg3
[To be supplied.]

See Also

Console Class | Console Members | System Namespace | Console.WriteLine Overload List