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!

IndentedTextWriter.WriteLine (String, Object[])

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub WriteLine( _
   ByVal format As String, _
   ByVal arg() As Object _
)
[C#]
public override void WriteLine(
   string format,
   object[] arg
);
[C++]
public: override void WriteLine(
   String* format,
   Object* arg[]
);
[JScript]
public override function WriteLine(
   format : String,
   arg : Object[]
);

Parameters

format
[To be supplied.]
arg
[To be supplied.]

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.Web.UI Namespace | IndentedTextWriter.WriteLine Overload List