How to: C# 4.0 optional out/ref arguments #development #fix #answer
How to: C# 4.0 optional out/ref arguments #development #fix #answer
C# 4.0 optional out/ref arguments
Does C# 4.0 allow optional out or ref arguments?
Answer [by Tomas Petricek]: C# 4.0 optional out/ref arguments
As already mentioned, this is simply not allowed and I think it makes a very good sense. However, to add some more details, here is a quote from the C# 4.0 Specification, section 21.1:
Formal parameters of constructors, methods, indexers and delegate…
View On WordPress












