AppBoxr.AppBoxrDescriptorProvider.GetHubs C# (CSharp) Метод

GetHubs() публичный Метод

public GetHubs ( ) : IList
Результат IList
        public IList<HubDescriptor> GetHubs()
        {
            return new List<HubDescriptor>();
        }
AppBoxrDescriptorProvider