Nevron .NET Vision
Nevron.Globalization Namespace / NDictionary Class / Save Method / Save(XmlWriter) Method


In This Topic
    Save(XmlWriter) Method
    In This Topic
    Saves the dictionary to the given xml writer.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal xmlWriter As System.Xml.XmlWriter _
    ) 
    'Usage
     
    
    Dim instance As NDictionary
    Dim xmlWriter As System.Xml.XmlWriter
     
    instance.Save(xmlWriter)
    public void Save( 
       System.Xml.XmlWriter xmlWriter
    )

    Parameters

    xmlWriter
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also