Nullable: Comparers, Dictionary and Friends (#23971)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 25 Apr 2019 23:12:35 +0000 (16:12 -0700)
committerKrzysztof Wicher <mordotymoja@gmail.com>
Sat, 27 Apr 2019 15:57:32 +0000 (08:57 -0700)
commitad38bf7164ecb3ecad102645e8a8381fa015f565
tree7da21b73203905900a677ea115f6a4cc4ec71adf
parent56f38ea2a930b18b0c43f717f90496b44a5d9283
Nullable: Comparers, Dictionary and Friends (#23971)

* Nullable: Comparers, Dictionary and Friends

* Add object constraint to Dictionary

* Fix warning from new compiler and annotating dictionary

* PR Feedback
19 files changed:
src/System.Private.CoreLib/shared/System/Array.cs
src/System.Private.CoreLib/shared/System/Collections/DictionaryEntry.cs
src/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs
src/System.Private.CoreLib/shared/System/Collections/Generic/Comparer.cs
src/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
src/System.Private.CoreLib/shared/System/Collections/Generic/EqualityComparer.cs
src/System.Private.CoreLib/shared/System/Collections/Generic/KeyValuePair.cs
src/System.Private.CoreLib/shared/System/Collections/IDictionary.cs
src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs
src/System.Private.CoreLib/shared/System/Collections/IEqualityComparer.cs
src/System.Private.CoreLib/shared/System/Security/SecurityElement.cs
src/System.Private.CoreLib/shared/System/Tuple.cs
src/System.Private.CoreLib/shared/System/ValueTuple.cs
src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs
src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs
src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs
src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs
src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs
src/System.Private.CoreLib/src/System/StubHelpers.cs