XmlReaderSettings.Clone Method

Definition

Creates a copy of the XmlReaderSettings instance.

public:
 System::Xml::XmlReaderSettings ^ Clone();
public System.Xml.XmlReaderSettings Clone ();
member this.Clone : unit -> System.Xml.XmlReaderSettings
Public Function Clone () As XmlReaderSettings

Returns

The cloned XmlReaderSettings object.

Remarks

The cloned XmlReaderSettings object can be modified without affecting the settings on the original object.

Applies to

See also