Ensure access modifiers set properly

This commit is contained in:
Matt Nadareski
2021-07-05 16:23:50 -07:00
parent 49d8d8c23a
commit 32a686d4d1
4 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ namespace RedBookPlayer.Common
public ulong SectionStartSector
{
get => _sectionStartSector;
protected set => this.RaiseAndSetIfChanged(ref _sectionStartSector, value);
private set => this.RaiseAndSetIfChanged(ref _sectionStartSector, value);
}
/// <summary>