Reputation: 160
Is there a way to set the state of System.ComponentModel.EditorBrowsableAttribute?
[EditorBrowsable(EditorBrowsableState.Never)]
It doesn't work from the same assembly (from docs), someone know how to "fix" that? Or create a custom attribute that work with intellisense?
Upvotes: 1
Views: 190