API:System.Bluetooth.TBluetoothLEDeviceDictionary.Create

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

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()/* overload */ : System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>() { }
/* {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) { }

プロパティ

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

説明

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