XmlDictionary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of this class.
Overloads
XmlDictionary() |
Creates an empty XmlDictionary. |
XmlDictionary(Int32) |
Creates a XmlDictionary with an initial capacity. |
XmlDictionary()
- Source:
- XmlDictionary.cs
- Source:
- XmlDictionary.cs
- Source:
- XmlDictionary.cs
Creates an empty XmlDictionary.
public:
XmlDictionary();
public XmlDictionary ();
Public Sub New ()
Applies to
XmlDictionary(Int32)
- Source:
- XmlDictionary.cs
- Source:
- XmlDictionary.cs
- Source:
- XmlDictionary.cs
Creates a XmlDictionary with an initial capacity.
public:
XmlDictionary(int capacity);
public XmlDictionary (int capacity);
new System.Xml.XmlDictionary : int -> System.Xml.XmlDictionary
Public Sub New (capacity As Integer)
Parameters
- capacity
- Int32
The initial size of the dictionary.
Remarks
The dictionary will resize itself as needed.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.