Array sort question

When I am trying to sort a list, I found an example,
list1.OrderByDescending(function(x)x)

What is this code called? Is this LINQ? How to learn it?

Thanks a lot,

it is LINQ
have a look here:
[HowTo] LINQ (VB.Net) Learning Catalogue - Help / Something Else - UiPath Community Forum

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.