Hi,
Is optional named arguments considered to be not supported?
I do not see how overloads support my needs.
E.g. WordApi MailMerge.OpenDataSource 15 arguments, I need to set first 2 and 10,11 . What are defaults for all values between arguments important for me?
Why I have to type same many times?
C#/VB.NET/F# all have optional named arguments.
Is optional named arguments considered to be not supported?
I do not see how overloads support my needs.
E.g. WordApi MailMerge.OpenDataSource 15 arguments, I need to set first 2 and 10,11 . What are defaults for all values between arguments important for me?
Why I have to type same many times?
C#/VB.NET/F# all have optional named arguments.