Don't allow model to be nullable

This commit is contained in:
Matt Nadareski
2023-09-11 23:38:51 -04:00
parent 2f9280460e
commit 4bb83c5d86

View File

@@ -27,11 +27,7 @@ namespace BinaryObjectScanner.Wrappers
/// Internal model
/// </summary>
/// <remarks>TODO: Should this have a public getter?</remarks>
#if NET48
protected T _model = default;
#else
protected T? _model = default;
#endif
/// <summary>
/// Source of the original data