namespace BinaryObjectScanner.Models.N3DS { /// /// Offset and Length partition table, in media units /// /// public sealed class PartitionTableEntry { /// /// Offset /// public uint Offset; /// /// Length /// public uint Length; } }