Sequence Node in C#

Hey All,

Does this node not exist in C#? I’m assuming this means there’s an alternative way of calculating a sequence which I haven’t stumbled across yet!

Thanks!

Sequence

There are bunch of ways to create a sequence of numbers in C#… Whether that is for a while or for loop or using the Enumerable.Range() method which a quick Google will give you…