예제 #1
0
 // Resolves this specifier returning the pipes of the encapsulated pipeline.
 public IEnumerable <IBasePipe> Resolve()
 {
     return(_group.Get(_id).Pipes);
 }
예제 #2
0
 // Resolves this specifier returning the pipes of the encapsulated pipeline.
 IEnumerable <IBasePipe> IPipeSpecifier.Resolve() => _group.Get(_id).Pipes;