XmlReaderSettings.Clone Metoda

Definicja

Tworzy kopię XmlReaderSettings wystąpienia.

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

Zwraca

Sklonowany XmlReaderSettings obiekt.

Uwagi

Sklonowany XmlReaderSettings obiekt można modyfikować bez wpływu na ustawienia oryginalnego obiektu.

Dotyczy

Zobacz też