-
Recent Posts
Recent Comments
Tim H on Paganitzu PCX Library Files… Lee on Paganitzu PCX Library Files… Tim H on Paganitzu PCX Library Files… Tim H on Paganitzu Font Data Lee on Building DOSBox Archives
Categories
Meta
Tag Archives: Enum
Sorting C# Enum.GetValue(…)
This one caused me a bit of frustration. Enum.GetValue(…) returns a non-generic Array. I tried all manner of ways to sort it (short of writing my own quicksort). If I typed Enum.GetValue(…).OrderBy, there is no OrderBy.