[src] Remove the UnifiedInternal attribute. by rolfbjarne · Pull Request #19687 · dotnet/macios (original) (raw)

Remove support for the UnifiedInternal attribute from the generator, and remove
all usages of it in our api definitions - just use the Internal attribute.

The UnifiedInternal attribute was used to mark something as internal for
Unified Xamarin code, while still keeping it as public in Classic Xamarin
code.

Classic Xamarin has been dead for quite a few years ago now though, so there's
no need to keep his code around anymore.