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

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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