Lorenzo Tinfena
Lorenzo Tinfena

Reputation: 160

EditorBrowsableAttribute state doesn't work in same assembly

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

Answers (0)

Related Questions