-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
enhancementProposed change to current functionalityProposed change to current functionalitygeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)
Description
In dotnet/android#4582 we hid "internal" methods like Java.Lang.Object.ThresholdClass
from the editor and debugger using [DebuggerBrowsable (DebuggerBrowsableState.Never)]
and [EditorBrowsable (EditorBrowsableState.Never)]
. However our bindings override some of these methods/properties and need to also apply these attributes or else they still show up in IDEs.
Metadata
Metadata
Assignees
Labels
enhancementProposed change to current functionalityProposed change to current functionalitygeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)