mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Reformat.
This commit is contained in:
@@ -35,25 +35,18 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.CommonTypes.Structs
|
||||
{
|
||||
public struct TapeFile
|
||||
{
|
||||
/// <summary>
|
||||
/// File number
|
||||
/// </summary>
|
||||
/// <summary>File number</summary>
|
||||
public uint File;
|
||||
/// <summary>
|
||||
/// Partition number
|
||||
/// </summary>
|
||||
/// <summary>Partition number</summary>
|
||||
public byte Partition;
|
||||
/// <summary>
|
||||
/// First block, inclusive, of the file
|
||||
/// </summary>
|
||||
/// <summary>First block, inclusive, of the file</summary>
|
||||
public ulong FirstBlock;
|
||||
/// <summary>
|
||||
/// Last block, inclusive, of the file
|
||||
/// </summary>
|
||||
/// <summary>Last block, inclusive, of the file</summary>
|
||||
public ulong LastBlock;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user