Previously when you changed the C# Component input to type List Access, the data would come into the component as a List now it comes in as an IEnumberable.
This seems fairly unusable unless you are using System.Linq;
and then convert it into an array .ToArray();
Am I missing something?
3 posts - 2 participants