Ejemplo n.º 1
0
        public IEnumerable<IScript> Gather()
        {
            _names.Select(x => _graph.ObjectFor(x)).Distinct().Each(gatherFrom);

            var sorter = new ScriptSorter(_scripts);

            return sorter.Sort();
        }
Ejemplo n.º 2
0
        public IEnumerable <IScript> Gather()
        {
            _names.Select(x => _graph.ObjectFor(x)).Distinct().Each(gatherFrom);

            var sorter = new ScriptSorter(_scripts);



            return(sorter.Sort());
        }