rspec/rules/S3343/csharp/comments-and-links.adoc

10 lines
496 B
Plaintext

=== on 18 Nov 2015, 10:01:25 Tamas Vajk wrote:
\[~ann.campbell.2] I modified the sample code: there can't be any parameter without a default value after parameters with default values. (So I added the ``++null++`` default value to the ``++message++``)
And also modified the last sentence. It is possible to not specify all parameters in a call, but then you force the callers of this method to use named arguments.
=== on 18 Nov 2015, 19:55:28 Ann Campbell wrote:
Okay, thanks [~tamas.vajk]