Chronozoom.UI.SiteMap.Collections C# (CSharp) Méthode

Collections() protected static méthode

protected static Collections ( ) : IEnumerable
Résultat IEnumerable
        protected static IEnumerable<SuperCollection> Collections()
        {
            return ChronozoomSVC.Instance.GetSuperCollections();
        }