Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ 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.

 120 views

More Questions for you: