How do I simulate optional parameters to COM calls?

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

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers