How can I retreive elemenents in Dictionary through index (int index )..;Instead of a key
foreach(KeyValuePair<String,String> pair in dictionary)
{
string key = pair.Key;
string value = pair.Value;
}
or to get access by item
dictionary.ToList()[index].Key/Value :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With