Chronozoom.UI.SiteMap.Collections C# (CSharp) 메소드

Collections() 보호된 정적인 메소드

protected static Collections ( ) : IEnumerable
리턴 IEnumerable
        protected static IEnumerable<SuperCollection> Collections()
        {
            return ChronozoomSVC.Instance.GetSuperCollections();
        }