System.Threading.TObjectCaches.Create

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

C++

/* {System_Generics_Collections}TObjectDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(System::Generics::Collections::TDictionaryOwnerships Ownerships, int ACapacity)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(Ownerships, ACapacity) { }
/* {System_Generics_Collections}TObjectDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(System::Generics::Collections::TDictionaryOwnerships Ownerships, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(Ownerships, AComparer) { }
/* {System_Generics_Collections}TObjectDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(System::Generics::Collections::TDictionaryOwnerships Ownerships, int ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(Ownerships, ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches()/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>() { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(int ACapacity)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(ACapacity) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(AComparer) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(int ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<System::TClass,TObjectCache*> >* const Collection)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(Collection) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<System::TClass,TObjectCache*> >* const Collection, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(Collection, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(const System::Generics::Collections::TPair__2<System::TClass,TObjectCache*> *AItems, const int AItems_High)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(AItems, AItems_High) { }
/* {System_Generics_Collections}TDictionary<System_TClass,System_Threading_TObjectCache>.Create */ inline __fastcall TObjectCaches(const System::Generics::Collections::TPair__2<System::TClass,TObjectCache*> *AItems, const int AItems_High, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::TClass> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::TClass,TObjectCache*>(AItems, AItems_High, AComparer) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.Threading.hpp System.Threading TObjectCaches

説明

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