Hide overridden JLO machinery from editor #688
Labels
enhancement
Proposed change to current functionality
generator
Issues binding a Java library (generator, class-parse, etc.)
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.The text was updated successfully, but these errors were encountered: