System.Threading.TObjectCaches.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public System.Threading.hpp System.Threading TObjectCaches

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!