Array.Reverse () compared to Enumerable.Reverse <TSource> ()
I have a one-dimensional array of elements declared and initialized as:
string[] SubDirectorylist = Directory.GetDirectories(TargetDirectory); I would like to change the participants and find Enumerable.Reverse<TSource>() .
What benefits, if any, do LINQ have inverse implementation of more Array.Reverse() ?
+6