コード例 #1
0
ファイル: PipeManager.cs プロジェクト: zhangz/Zebus
            public PipeList(PipeManager pipeManager, IEnumerable <IPipe> pipes)
            {
                _pipeManager = pipeManager;
                _pipes       = pipes.OrderByDescending(x => x.Priority).ToList();

                ReloadEnabledPipes();
            }
コード例 #2
0
ファイル: PipeManager.cs プロジェクト: MarouenK/Zebus
            public PipeList(PipeManager pipeManager, IEnumerable<IPipe> pipes)
            {
                _pipeManager = pipeManager;
                _pipes = pipes.OrderByDescending(x => x.Priority).ToList();

                ReloadEnabledPipes();
            }