make mySettings protected
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
<Version>3.0.3</Version>
|
<Version>3.0.4</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Public Class Settings
|
|||||||
Implements ISettings
|
Implements ISettings
|
||||||
|
|
||||||
<JsonProperty(NameOf(Settings))>
|
<JsonProperty(NameOf(Settings))>
|
||||||
Private ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
Protected ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
||||||
|
|
||||||
<JsonIgnore>
|
<JsonIgnore>
|
||||||
Public ReadOnly Property Settings As IReadOnlyCollection(Of IChildSettings) Implements ISettings.Settings
|
Public ReadOnly Property Settings As IReadOnlyCollection(Of IChildSettings) Implements ISettings.Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user