System::Collections::Generic::Dictionary::Dictionary कंस्ट्रक्टर
अंतर्वस्तु
[
छिपाना
]Dictionary::Dictionary() constructor
खाली डिक्शनरी बनाता है।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary()
संबंधित देखें
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(const map_t&) constructor
मैप से डेटा कॉपी करता है।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const map_t &map)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| map | const map_t& | डेटा कॉपी करने के लिए मानचित्र। |
संबंधित देखें
- Typedef map_t
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(const SharedPtr<IDictionary<TKey, TValue>>&) constructor
कॉपी कंस्ट्रक्टर।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IDictionary<TKey, TValue>> &src)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Dictionary से डेटा कॉपी करने के लिए। |
संबंधित देखें
- Typedef SharedPtr
- Class IDictionary
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(const SharedPtr<IDictionary<TKey, TValue>>&, const SharedPtr<IEqualityComparer<TKey>>&) constructor
कॉपी कंस्ट्रक्टर।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IDictionary<TKey, TValue>> &src, const SharedPtr<IEqualityComparer<TKey>> &comparer)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | स्रोत डिक्शनरी। |
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer उपयोग करने के लिए ऑब्जेक्ट। |
संबंधित देखें
- Typedef SharedPtr
- Class IDictionary
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(const SharedPtr<IEqualityComparer<TKey>>&) constructor
खाली डिक्शनरी बनाता है।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(const SharedPtr<IEqualityComparer<TKey>> &comparer)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer उपयोग करने के लिए। |
संबंधित देखें
- Typedef SharedPtr
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(int) constructor
ओवरलोड जो प्री-एलोकेटेड डिक्शनरी बनाने से मेल खाता है; वास्तव में कोई एलोकेशन नहीं करता।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(int capacity)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| क्षमता | int | आवंटित करने के लिए क्षमता; अनदेखा किया गया। |
संबंधित देखें
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Dictionary::Dictionary(int, const SharedPtr<IEqualityComparer<TKey>>&) constructor
खाली डिक्शनरी बनाता है।
System::Collections::Generic::Dictionary<TKey, TValue>::Dictionary(int capacity, const SharedPtr<IEqualityComparer<TKey>> &comparer)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| capacity | int | Dictionary निर्माण के बाद क्षमता; अनदेखा किया गया। |
| comparer | const SharedPtr<IEqualityComparer<TKey>>& | Comparer उपयोग करने के लिए। |
संबंधित देखें
- Typedef SharedPtr
- Class IEqualityComparer
- Class Dictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++