halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Hide PropertyValue, IPropertyValue, and IReference types from the `windows_foundation` library #35

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Hides PropertyValue, IPropertyValue, and IReference types from the windows_foundation library. They are exposed through the internal library instead.

Also contains small tweaks to the projection classes.

Related Issue

None

Type of Change