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 (Char)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub WriteLine( _
   ByVal value As Char _
)
[C#]
public override void WriteLine(
   char value
);
[C++]
public: override void WriteLine(
   __wchar_t value
);
[JScript]
public override function WriteLine(
   value : Char
);

Parameters

value
[To be supplied.]

See Also

IndentedTextWriter Class | IndentedTextWriter Members | System.CodeDOM.Compiler Namespace | IndentedTextWriter.WriteLine Overload List