System.Generics.Collections.TOrderedDictionary.Create
C++
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2()/* overload */ : TDictionary__2<K,V>() { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(System::NativeInt ACapacity)/* overload */ : TDictionary__2<K,V>(ACapacity) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<K> > AComparer)/* overload */ : TDictionary__2<K,V>(AComparer) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(System::NativeInt ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<K> > AComparer)/* overload */ : TDictionary__2<K,V>(ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(TEnumerable__1<TPair__2<K,V> >* const Collection)/* overload */ : TDictionary__2<K,V>(Collection) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(TEnumerable__1<TPair__2<K,V> >* const Collection, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<K> > AComparer)/* overload */ : TDictionary__2<K,V>(Collection, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(const TPair__2<K,V> *AItems, const System::NativeInt AItems_High)/* overload */ : TDictionary__2<K,V>(AItems, AItems_High) { }
/* {System_Generics_Collections}TDictionary<System_Generics_Collections_TOrderedDictionary<K,V>_K,System_Generics_Collections_TOrderedDictionary<K,V>_V>.Create */ inline __fastcall TOrderedDictionary__2(const TPair__2<K,V> *AItems, const System::NativeInt AItems_High, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<K> > AComparer)/* overload */ : TDictionary__2<K,V>(AItems, AItems_High, AComparer) { }
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | System.Generics.Collections.hpp | System.Generics.Collections | TOrderedDictionary |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.