System.Xml.XmlWriterSettings.Clone Method

Creates a copy of the System.Xml.XmlWriterSettings instance.

Syntax

public XmlWriterSettings Clone ()

Returns

The cloned System.Xml.XmlWriterSettings object.

Remarks

The cloned System.Xml.XmlWriterSettings object can be modified without affecting the settings on the original object.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0