👩💻 Join our community of thousands of amazing developers!
The Windows Runtime supports static members, which are members that apply to a class as a whole, rather than to particular instances of a class. The expectation is that these members are exposed via the language projection as static members of some language-specific representation of the class. The post On static methods in the Windows Runtime and C++/WinRT appeared first on The Old New Thing....