AvnetPartLibraryGetAllManufactures Method
Namespace: PCBI_PartExpert.ApiLibrariesAssembly: PCBI_PartExpert (in PCBI_PartExpert.dll) Version: 17.0.0.0 (17.0.0.0)
public Task<ReadOnlyDictionary<string, List<string>>> GetAllManufactures()
Public Function GetAllManufactures As Task(Of ReadOnlyDictionary(Of String, List(Of String)))
public:
virtual Task<ReadOnlyDictionary<String^, List<String^>^>^>^ GetAllManufactures() sealed
abstract GetAllManufactures : unit -> Task<ReadOnlyDictionary<string, List<string>>>
override GetAllManufactures : unit -> Task<ReadOnlyDictionary<string, List<string>>>
TaskReadOnlyDictionaryString,
ListStringIPluginPartLibraryGetAllManufactures