How to add an optional dictionary type parameter to any method.
I want to add a new optional parameter Dictionary to an existing method. I want to know if we could do this and if we could how could i default it to an empty dictionary of that type or null
nullwithin your method and assign an empty dictionary in that case as @Rahul mentioned