On the proper care and feeding of the default_overload Windows Runtime attribute
The Windows Runtime provides a language-independent way of expressing a programming interface. There are many parts to this, but today we’ll look at method overloading. (Documentation on overloading Windows Runtime methods.)
Windows Runtime methods may be fre…