Remove useless passthrough vars

This commit is contained in:
Matt Nadareski
2020-09-12 14:11:55 -07:00
parent 3a2bda6fb6
commit ceddcc0722
5 changed files with 19 additions and 39 deletions

View File

@@ -184,6 +184,8 @@ namespace DICUI.Data
this._settings = settings ?? new Dictionary<string, string>();
}
#region Helpers
/// <summary>
/// Get a Boolean setting from a settings, dictionary
/// </summary>
@@ -243,6 +245,8 @@ namespace DICUI.Data
return defaultValue;
}
#endregion
#region IDictionary implementations
public ICollection<string> Keys => _settings.Keys;