コード例 #1
0
        new public void Dispose()
        {
            base.Dispose();

            if (this.appConfigSettingScope != null)
            {
                this.appConfigSettingScope.Dispose();
                this.appConfigSettingScope = null;
            }
        }
コード例 #2
0
 public WebApiApplication()
 {
     this.appConfigSettingScope = new AppConfigSettingScope(new Dictionary <string, string>());
 }