SortedList<TKey, TValue> added GetKeyAtIndex, GetValueAtIndex, and SetValueAtIndex...
authorrhaokiel <rhaokiel@live.com>
Mon, 15 Nov 2021 15:52:40 +0000 (09:52 -0600)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 15:52:40 +0000 (15:52 +0000)
commit4cf86c2abfe9b2fad5ab2a48e4b0717ff0daf27a
tree681815a9770e54521127a9228dcab74308f5d215
parent21f9b736b7a915c80f8c4df74fac4905bb9bf2fd
SortedList<TKey, TValue> added GetKeyAtIndex, GetValueAtIndex, and SetValueAtIndex (#60520)

* SortedList<TKey, TValue> added GetKeyAtIndex, GetValueAtIndex, and SetValueAtIndex

* Update src/libraries/System.Collections/src/System/Collections/Generic/SortedList.cs

Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
src/libraries/System.Collections/ref/System.Collections.cs
src/libraries/System.Collections/src/System/Collections/Generic/SortedList.cs
src/libraries/System.Collections/tests/Generic/SortedList/SortedList.Generic.Tests.cs