.Net 4.0, named and optional parameters, and WCF

Posted by puffpio on Stack Overflow See other posts from Stack Overflow or by puffpio
Published on 2010-04-15T23:32:12Z Indexed on 2010/04/16 0:53 UTC
Read the original article Hit count: 925

so .Net 4 added named and optional params which are pretty sweet..I don't need to make as many 1 line overload methods.

Will that work over WCF?

© Stack Overflow or respective owner

Related posts about .net-4.0

Related posts about named-parameters