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