mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
Add extension property to tar
This commit is contained in:
@@ -17,6 +17,14 @@ namespace SabreTools.Serialization.Wrappers
|
||||
|
||||
#endregion
|
||||
|
||||
#region Extension Properties
|
||||
|
||||
/// <inheritdoc cref="Archive.Entries"/>
|
||||
/// TODO: Simplify when Models is updated
|
||||
public Entry[]? Entries => Model.Entries != null ? [.. Model.Entries] : null;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user