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!

CSharpWriter Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal textWriter As TextWriter _
)
[C#]
public CSharpWriter(
   TextWriter textWriter
);
[C++]
public: CSharpWriter(
   TextWriter* textWriter
);
[JScript]
public function CSharpWriter(
   textWriter : TextWriter
);

Parameters

textWriter
[To be supplied.]

See Also

CSharpWriter Class | CSharpWriter Members | System.Xml.Serialization.Code Namespace