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

ListBindableAttribute() public method

public ListBindableAttribute ( bool listBindable ) : System
listBindable bool
return System
        public ListBindableAttribute(bool listBindable) {
            this.listBindable = listBindable;
        }

Same methods

ListBindableAttribute::ListBindableAttribute ( BindableSupport flags ) : System