コード例 #1
0
 public SettingValue(SettingMetaSource source)
 {
     ValueSource = source;
 }
コード例 #2
0
 public CustomSettingMetaService(CustomSettingNames customSettings, SettingMetaSource sourceOverride = SettingMetaSource.CustomSettings)
 {
     this.customSettings = customSettings;
     _source             = sourceOverride;
 }