diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-26 15:38:00 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-02 14:46:29 -0700 |
| commit | a0dd2bc561ee6aa6b7aebedcff76c8a11e14bc9f (patch) | |
| tree | e1dc86fa38fefde387e63aef9cfbb48d989aa853 /src/WixToolset.Data/Intermediate.cs | |
| parent | f7de7f52a790e989a42fc48935dc61c93f3f4137 (diff) | |
| download | wix-a0dd2bc561ee6aa6b7aebedcff76c8a11e14bc9f.tar.gz wix-a0dd2bc561ee6aa6b7aebedcff76c8a11e14bc9f.tar.bz2 wix-a0dd2bc561ee6aa6b7aebedcff76c8a11e14bc9f.zip | |
Make the IntermediateSection and IntermediateSymbol less mutable
Diffstat (limited to 'src/WixToolset.Data/Intermediate.cs')
| -rw-r--r-- | src/WixToolset.Data/Intermediate.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Intermediate.cs b/src/WixToolset.Data/Intermediate.cs index f9d33839..05ffdbf6 100644 --- a/src/WixToolset.Data/Intermediate.cs +++ b/src/WixToolset.Data/Intermediate.cs | |||
| @@ -47,7 +47,7 @@ namespace WixToolset.Data | |||
| 47 | public string Id { get; } | 47 | public string Id { get; } |
| 48 | 48 | ||
| 49 | /// <summary> | 49 | /// <summary> |
| 50 | /// Get the id for the intermediate. | 50 | /// Get the level of the intermediate. |
| 51 | /// </summary> | 51 | /// </summary> |
| 52 | public string Level { get; private set; } | 52 | public string Level { get; private set; } |
| 53 | 53 | ||
