Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#: Make internal properties and property accessors public (but hidden) #90002

Merged

Commits on Mar 29, 2024

  1. C#: Make internal properties and property accessors public (but hidden)

    Instead of making the accessors `internal` which can break binary compat, make them `public` but hide them with EB never so they don't show up in IntelliSense.
    
    Also, do the same for properties with the `PROPERTY_USAGE_INTERNAL` flag. These properties were not meant to be exposed to scripting, but since they've been public before all we can do now is hide them.
    raulsntos committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7d08e87 View commit details
    Browse the repository at this point in the history