Gordon Beeming
Menu
Blog
RSS
About
#Language Features
Do you know Optional Parameters?
Up until about an hour ago I thought I knew how optional parameters worked but didn't actually. I thought (probably without giving it too much thought) that optional parameters would compile to something that would reflect having multiple overloads as when they came out I ripped out 100s of overloads across multiple libraries and replaces them with optional parameters because it replace code like
Posted on July 07, 2014 -
CSharp
Just Coding
Language Features