Registry<TIdentifier, TItem>.GetAll - метод
Возвращает все зарегистрированные в реестре объекты.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.7
public ICollection<TItem> GetAll()
Public Function GetAll As ICollection(Of TItem)
public:
virtual ICollection<TItem>^ GetAll() sealed
abstract GetAll : unit -> ICollection<'TItem>
override GetAll : unit -> ICollection<'TItem>
ICollection<TItem>Зарегистрированные в реестре объекты.
IRegistry<TIdentifier, TItem>.GetAll()