System.Generics.Collections.TOrderedDictionary.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.Generics.Collections.hpp System.Generics.Collections TOrderedDictionary

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。