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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.