C#C
C#4y ago
Mastalt

❔ Sort a list

how would sorting a list of object[] work with this:
outputResults.Sort((a, b) => a.CompareTo(b));
Was this page helpful?