System.ComponentModel.SettingsBindableAttribute.SettingsBindableAttribute C# (CSharp) 메소드

SettingsBindableAttribute() 공개 메소드

public SettingsBindableAttribute ( bool bindable ) : System
bindable bool
리턴 System
        public SettingsBindableAttribute(bool bindable) {
            _bindable = bindable;
        }