To get elements from specific index, Use,
dictTest.ElementAt(0).Key
dictTest.ElementAt(0).Value
3 Likes
To get elements from specific index, Use,
dictTest.ElementAt(0).Key
dictTest.ElementAt(0).Value