Share via


XmlMemoryWriter Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Ext.Xml
Assembly:  MFDpwsExtensions (in MFDpwsExtensions.dll)

Syntax

'Declaration
Protected Sub New ( _
    stream As MemoryStream _
)
protected XmlMemoryWriter(
    MemoryStream stream
)
protected:
XmlMemoryWriter(
    MemoryStream^ stream
)
new : 
        stream:MemoryStream -> XmlMemoryWriter
protected function XmlMemoryWriter(
    stream : MemoryStream
)

Parameters

.NET Framework Security

See Also

Reference

XmlMemoryWriter Class

System.Ext.Xml Namespace