IT Placement Papers Microsoft Technologies C#
This category contains C# Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|