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

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub WriteLine( _
   ByVal value As UInt32 _
)
[C#]
public override void WriteLine(
   uint value
);
[C++]
public: override void WriteLine(
   unsigned int value
);
[JScript]
public override function WriteLine(
   value : UInt32
);

Parameters

value
[To be supplied.]

See Also

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