mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -89,12 +89,12 @@ public sealed partial class CPM
|
||||
internal string[] Contents;
|
||||
internal int Position;
|
||||
|
||||
#region IDirNode Members
|
||||
#region IDirNode Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Path { get; init; }
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -105,7 +105,7 @@ public sealed partial class CPM
|
||||
{
|
||||
internal byte[] Cache;
|
||||
|
||||
#region IFileNode Members
|
||||
#region IFileNode Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Path { get; init; }
|
||||
@@ -116,7 +116,7 @@ public sealed partial class CPM
|
||||
/// <inheritdoc />
|
||||
public long Offset { get; set; }
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user