Project (Select)
DataInputs
| source | Data | any | None |
Outputs
| value | Data | list<any> | multiplexed |
Parameters
| selector | System.String | yes | "toString" | None |
Lowers to C#
source.Select(static x => …).ToList()
Corvus Connection| source | Data | any | None |
| value | Data | list<any> | multiplexed |
| selector | System.String | yes | "toString" | None |
source.Select(static x => …).ToList()