System.Bluetooth.TBluetoothUUIDsList.Create

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

C++

/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList()/* overload */ : System::Generics::Collections::TList__1<GUID>() { }
/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<GUID> > AComparer)/* overload */ : System::Generics::Collections::TList__1<GUID>(AComparer) { }
/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList(System::Generics::Collections::TEnumerable__1<GUID>* const Collection)/* overload */ : System::Generics::Collections::TList__1<GUID>(Collection) { }
/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList(const GUID *Values, const int Values_High)/* overload */ : System::Generics::Collections::TList__1<GUID>(Values, Values_High) { }

プロパティ

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

説明

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