System.Bluetooth.TBluetoothLEDeviceDictionary.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TDictionaryOwnerships Ownerships, System::NativeInt ACapacity)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(Ownerships, ACapacity) { }
/* {System_Generics_Collections}TObjectDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TDictionaryOwnerships Ownerships, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(Ownerships, AComparer) { }
/* {System_Generics_Collections}TObjectDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TDictionaryOwnerships Ownerships, System::NativeInt ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(Ownerships, ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary()/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>() { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::NativeInt ACapacity)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(ACapacity) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(AComparer) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall virtual TBluetoothLEDeviceDictionary(System::NativeInt ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<System::UnicodeString,TBluetoothLEDevice*> >* const Collection)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(Collection) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<System::UnicodeString,TBluetoothLEDevice*> >* const Collection, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(Collection, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(const System::Generics::Collections::TPair__2<System::UnicodeString,TBluetoothLEDevice*> *AItems, const System::NativeInt AItems_High)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(AItems, AItems_High) { }
/* {System_Generics_Collections}TDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(const System::Generics::Collections::TPair__2<System::UnicodeString,TBluetoothLEDevice*> *AItems, const System::NativeInt AItems_High, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<System::UnicodeString> > AComparer)/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>(AItems, AItems_High, AComparer) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothLEDeviceDictionary

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.