forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue 56835 make ordered dictionary kv collection implement i list (d…
…otnet#60060) * issue-56835 Initial commit: make OrderedDictionaryKeyValueCollection implements IList. * issue-56835 Use GetReadOnlyMessage() to give detailed (Keys/Values) readonly exception message. * Fix comment: reuse existing wording to describe not supported error message. * Add tests for IList implementation of KeyValueCollection. * issue-56835: rename isKeysProperty to testKeysProperty. * issue-56835: Fix comment: reduce code size; use Assert.IsAssignableFrom(). * Fix comment: remove small OrderedDictionaryKeyValueCollection ctor; Ensure initializing Hashtable field before construct keyed OrderedDictionaryKeyValueCollection. * Fix comment: remove field '_isKeys'.
- Loading branch information
1 parent
3eecfcd
commit 3c91041
Showing
3 changed files
with
183 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters