System.Xml.XmlReaderSettings.Clone Method

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

Syntax

public XmlReaderSettings Clone ()

Returns

The cloned System.Xml.XmlReaderSettings object.

Remarks

The cloned System.Xml.XmlReaderSettings 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