mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 06:45:03 +00:00
Protected readonly makes way more sense
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BinaryObjectScanner.FileType
|
||||
/// <summary>
|
||||
/// Wrapper representing the detectable
|
||||
/// </summary>
|
||||
protected T _wrapper { get; private set; }
|
||||
protected readonly T _wrapper;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user