System.Threading.TObjectCaches.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Threading.hpp System.Threading TObjectCaches

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.