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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.