make mySettings protected
This commit is contained in:
@@ -6,7 +6,7 @@ Public Class Settings
|
||||
Implements ISettings
|
||||
|
||||
<JsonProperty(NameOf(Settings))>
|
||||
Private ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
||||
Protected ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
||||
|
||||
<JsonIgnore>
|
||||
Public ReadOnly Property Settings As IReadOnlyCollection(Of IChildSettings) Implements ISettings.Settings
|
||||
|
||||
Reference in New Issue
Block a user