mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-08-02 05:58:46 +00:00
Remove LayoutKind.Sequential
This may be replaced in the future when byte-serialzable types are more well-defined
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SabreTools.Models.PortableExecutable
|
||||
namespace SabreTools.Models.PortableExecutable
|
||||
{
|
||||
/// <summary>
|
||||
/// The import information begins with the import directory table, which
|
||||
@@ -12,7 +10,6 @@ namespace SabreTools.Models.PortableExecutable
|
||||
/// which indicates the end of the directory table.
|
||||
/// </summary>
|
||||
/// <see href="https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"/>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public sealed class ImportDirectoryTableEntry
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user