Interview Questions

How do I simulate optional parameters to COM calls?

C# Interview Questions and Answers


(Continued from previous question...)

11. How do I simulate optional parameters to COM calls?

You must use the Missing class and pass Missing.Value (in System.Reflection) for any values that have optional parameters.

(Continued on next question...)

Other Interview Questions