コード例 #1
0
        public IEnumerable<IScript> Gather()
        {
            _names.Select(x => _graph.ObjectFor(x)).Distinct().Each(gatherFrom);

            var sorter = new ScriptSorter(_scripts);

            return sorter.Sort();
        }
コード例 #2
0
ファイル: ScriptGatherer.cs プロジェクト: pjdennis/fubumvc
        public IEnumerable <IScript> Gather()
        {
            _names.Select(x => _graph.ObjectFor(x)).Distinct().Each(gatherFrom);

            var sorter = new ScriptSorter(_scripts);



            return(sorter.Sort());
        }