What is Ienumerable?
Hi,
To keep it simple, if your object implement IEnumerable, you can iterate over it (with a ForEach). In other words, if something gives you an IEnumerable it provides you a mean to have its elements one by one.
Thanks.
3 Likes
@nikitapatil7 ,
Please check this . this might help you
1 Like
In UiPath, IEnumerable is a .NET interface that allows you to loop through a collection of items, such as an array or a list. It is part of the System.Collections namespace in .NET and is used extensively in UiPath activities to work with collections of data.
You can refer the following docs for better understanding:
Hope this helps,
Best Regards.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.