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.Write (Single)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Sub Write( _
   ByVal value As Single _
)
[C#]
public override void Write(
   float value
);
[C++]
public: override void Write(
   float value
);
[JScript]
public override function Write(
   value : float
);

Parameters

value
[To be supplied.]

See Also

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