System.Bluetooth.TBluetoothLEDeviceDictionary.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TObjectDictionary<System_string,System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceDictionary(System::Generics::Collections::TDictionaryOwnerships Ownerships, int 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, int 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(int 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 TBluetoothLEDeviceDictionary(int 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) { }

Properties

Type Visibility Source Unit Parent
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothLEDeviceDictionary

Description

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