Port one more extension from UnshieldSharp

This commit is contained in:
Matt Nadareski
2024-04-24 00:39:27 -04:00
parent 40de2575bb
commit 66b4f12fb3

View File

@@ -41,6 +41,11 @@ namespace SabreTools.Serialization.Wrappers
/// </summary>
public int FileGroupCount => Model.FileGroups?.Length ?? 0;
/// <summary>
/// Indicates if Unicode strings are used
/// </summary>
public bool IsUnicode => MajorVersion >= 17;
/// <summary>
/// The major version of the cabinet
/// </summary>