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) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.Generics.Collections.hpp | System.Generics.Collections | TOrderedDictionary |
Description
Embarcadero Technologies does not currently have any additional information.