mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 22:57:11 +00:00
Ensure explicit getters and setters
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
/// the RVA is its address.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public DebugDirectoryEntry[] DebugDirectoryTable;
|
||||
public DebugDirectoryEntry[] DebugDirectoryTable { get; set; }
|
||||
#else
|
||||
public DebugDirectoryEntry?[]? DebugDirectoryTable;
|
||||
public DebugDirectoryEntry?[]? DebugDirectoryTable { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user