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

ListBindableAttribute() public method

public ListBindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
return System
        public ListBindableAttribute(BindableSupport flags) {
            this.listBindable = (flags != BindableSupport.No);
            this.isDefault = (flags == BindableSupport.Default);
        }

Same methods

ListBindableAttribute::ListBindableAttribute ( bool listBindable ) : System