XmlnsDictionary Constructors

Definition

Initializes a new instance of the XmlnsDictionary class.

Overloads

XmlnsDictionary()

Initializes a new instance of the XmlnsDictionary class.

XmlnsDictionary(XmlnsDictionary)

Initializes a new instance of the XmlnsDictionary class by using the specified dictionary as a copy source.

XmlnsDictionary()

Initializes a new instance of the XmlnsDictionary class.

public:
 XmlnsDictionary();
public XmlnsDictionary ();
Public Sub New ()

Applies to

XmlnsDictionary(XmlnsDictionary)

Initializes a new instance of the XmlnsDictionary class by using the specified dictionary as a copy source.

public:
 XmlnsDictionary(System::Windows::Markup::XmlnsDictionary ^ xmlnsDictionary);
public XmlnsDictionary (System.Windows.Markup.XmlnsDictionary xmlnsDictionary);
new System.Windows.Markup.XmlnsDictionary : System.Windows.Markup.XmlnsDictionary -> System.Windows.Markup.XmlnsDictionary
Public Sub New (xmlnsDictionary As XmlnsDictionary)

Parameters

xmlnsDictionary
XmlnsDictionary

The dictionary on which to base the new XmlnsDictionary.

Exceptions

xmlnsDictionary is null.

Remarks

All values from the source xmlnsDictionary including the index entries are copied except for Sealed, which is set to false in the new instance.

Applies to