System.ComponentModel.EditorBrowsableAttribute.EditorBrowsableAttribute C# (CSharp) Method

EditorBrowsableAttribute() public method

public EditorBrowsableAttribute ( EditorBrowsableState state )
state EditorBrowsableState
        public EditorBrowsableAttribute(EditorBrowsableState state)
        {
            browsableState = state;
        }

Same methods

EditorBrowsableAttribute::EditorBrowsableAttribute ( )