[To be supplied.]
[Visual Basic] Overloads Overrides Public Sub WriteLine( _ ByVal format As String, _ ByVal arg0 As Object _ ) [C#] public override void WriteLine( string format, object arg0 ); [C++] public: override void WriteLine( String* format, Object* arg0 ); [JScript] public override function WriteLine( format : String, arg0 : Object );
IndentedTextWriter Class | IndentedTextWriter Members | System.Web.UI Namespace | IndentedTextWriter.WriteLine Overload List