コード例 #1
0
ファイル: Pipeline.cs プロジェクト: orlfi/GeekBrains
 public void Run(TData data)
 {
     _firstItem?.Execute(data);
 }