Costruttore System::Collections::Generic::KeyValuePair::KeyValuePair
Contenuti
[
Nascondere
]KeyValuePair::KeyValuePair() constructor
Inizializzatore di coppia chiave-valore nullo.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair()
Vedi anche
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const std::pair<OtherK, OtherV>&) constructor
Costruttore di conversione di tipo.
template<typename OtherK,typename OtherV> System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const std::pair<OtherK, OtherV> &pair)
| Parametro | Descrizione |
|---|---|
| OtherK | Altro tipo di chiave. |
| OtherV | Altro tipo di valore. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| coppia | const std::pair<OtherK, OtherV>& | Valore della coppia. |
Vedi anche
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const TKey&, const TValue&) constructor
Costruttore.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const TKey &key, const TValue &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave. |
| value | const TValue& | Valore. |
Vedi anche
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++