tristanlabelle / swift-winrt

A Swift Projection for WinRT APIs
MIT License
17 stars 2 forks source link

Added methods to box Swift collections into WinRT-compatible collections #130

Closed tristanlabelle closed 5 months ago

tristanlabelle commented 5 months ago

Implements most of #26 , except that QueryInterface for the collection interfaces will fail until we implement automatically creating WinRTExport proxies (via #131).