File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
SabreTools.Serialization/Wrappers Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ public partial class InstallShieldCabinet : WrapperBase<Cabinet>
18
18
19
19
#region Extension Properties
20
20
21
+ /// <inheritdoc cref="Cabinet.CommonHeader"/>
22
+ public CommonHeader ? CommonHeader => Model . CommonHeader ;
23
+
21
24
/// <inheritdoc cref="Cabinet.Components"/>
22
25
public Component [ ] ? Components => Model . Components ;
23
26
@@ -60,6 +63,9 @@ public partial class InstallShieldCabinet : WrapperBase<Cabinet>
60
63
/// </summary>
61
64
public int MajorVersion => Model . GetMajorVersion ( ) ;
62
65
66
+ /// <inheritdoc cref="Cabinet.VolumeHeader"/>
67
+ public VolumeHeader ? VolumeHeader => Model . VolumeHeader ;
68
+
63
69
/// <summary>
64
70
/// Reference to the next cabinet header
65
71
/// </summary>
You can’t perform that action at this time.
0 commit comments