Separate Comparer and EqualityComparer creation logic into a non-generic class (...
authorJames Ko <jamesqko@gmail.com>
Wed, 22 Feb 2017 18:01:40 +0000 (13:01 -0500)
committerJan Kotas <jkotas@microsoft.com>
Wed, 22 Feb 2017 18:01:40 +0000 (10:01 -0800)
commit84092471c678da00bb59d86fb5fcd0890a524472
treef5e3130c2586b3ae269ea775ce28d2481605e751
parent749180a3799da8a495981ba85734dfffd09115f3
Separate Comparer and EqualityComparer creation logic into a non-generic class (#9640)
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/src/System/Collections/Generic/Comparer.cs
src/mscorlib/src/System/Collections/Generic/ComparerHelpers.cs [new file with mode: 0644]
src/mscorlib/src/System/Collections/Generic/EqualityComparer.cs