How do I simulate optional parameters to COM calls ?

 Posted by Bharathi Cherukuri on 5/18/2012 | Category: C# Interview questions | Views: 3244 | Points: 40
Answer:

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response