mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 15:24:56 +00:00
This doesn't need private set
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
/// <summary>
|
||||
/// Internal model
|
||||
/// </summary>
|
||||
public T Model { get; private set; }
|
||||
public T Model { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Length of the underlying data
|
||||
|
||||
Reference in New Issue
Block a user