mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 23:25:35 +00:00
Convert this to an array
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SabreTools.Models.TAR
|
||||
{
|
||||
public sealed class Entry
|
||||
@@ -12,6 +10,6 @@ namespace SabreTools.Models.TAR
|
||||
/// <summary>
|
||||
/// 0 or more blocks representing the content
|
||||
/// </summary>
|
||||
public List<Block>? Blocks { get; set; }
|
||||
public Block[]? Blocks { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user