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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา