Hi, I have two methods that returns Dictionaries. Inside both methods I can see the Dictionary being populated and the return variables filled with their keys and values. The problem is when I call it in the third method, despite being ok for dictionaryF,
dictionaryP gives me an error "The name 'dictionaryP' does not exist in the current context ", any ideas pls?
+ dictionaryF Count = 4 System.Collections.Generic.Dictionary<string,string> dictionaryP The name 'dictionaryP' does not exist in the current context
private Dictionary<string, string> GenererFrmId( Go to the complete details ...