Home
last modified time | relevance | path

Searched refs:_bindable (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DSettingsBindableAttribute.cs30 private bool _bindable = false; field in System.ComponentModel.SettingsBindableAttribute
33 _bindable = bindable; in SettingsBindableAttribute()
41 return _bindable;
51 return (((SettingsBindableAttribute)obj).Bindable == _bindable); in Equals()
58 return _bindable.GetHashCode(); in GetHashCode()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareGX.h196 void SetBindable(bool _bindable) { m_bindable = _bindable; } in SetBindable() argument