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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.