I have a problem when trying to convert a dictionary to list.
Example if I have a dictionary with template string as key and string as value. Then I wish to convert the
If you want to pass the Dictionary keys collection into one method argument.
List lstKeys = Dict.Keys; Methodname(lstKeys); ------------------- void MethodName(List lstkeys) { `enter code here` //Do ur task }