System.Enum.CompareTo needs boxed values...
I got a report of a bug in the DynamicComparer sources when comparing Enum values. Turns out that you need to box the values before you call System.Enum.CompareTo()
.
I've made the necessary changes in both the DynamicComparer.zip and Utilities.zip files.
RE: Dynamic sorting of objects using lightweight code generation.
No comments:
Post a Comment