public IEnumerable<FlowDef> GetFlowsForPortOut(TaskOutPortType portType) { return this.FlowsOut.Where(x => x.SourcePortType == portType); }
public IEnumerable <FlowDef> GetFlowsForPortOut(TaskOutPortType portType) { return(this.FlowsOut.Where(x => x.SourcePortType == portType)); }