AppBoxr.AppBoxrDescriptorProvider.GetHubs C# (CSharp) Méthode

GetHubs() public méthode

public GetHubs ( ) : IList
Résultat IList
        public IList<HubDescriptor> GetHubs()
        {
            return new List<HubDescriptor>();
        }
AppBoxrDescriptorProvider