diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-06-24 14:05:08 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-06-25 12:48:19 -0700 |
| commit | 9787570331b511bab73ac8f4f38a3b8cfa053ca5 (patch) | |
| tree | 508155e2cf4f6bafeef2be1059da547291025352 /src/WixToolset.Data/Identifier.cs | |
| parent | 2bcc21d5c2d27e578f59f905f6acd0979b78aa9d (diff) | |
| download | wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.tar.gz wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.tar.bz2 wix-9787570331b511bab73ac8f4f38a3b8cfa053ca5.zip | |
The Great Tuple to Symbol Rename (tm)
Diffstat (limited to 'src/WixToolset.Data/Identifier.cs')
| -rw-r--r-- | src/WixToolset.Data/Identifier.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Data/Identifier.cs b/src/WixToolset.Data/Identifier.cs index 9bbf35f0..57241007 100644 --- a/src/WixToolset.Data/Identifier.cs +++ b/src/WixToolset.Data/Identifier.cs | |||
| @@ -7,7 +7,7 @@ namespace WixToolset.Data | |||
| 7 | using SimpleJson; | 7 | using SimpleJson; |
| 8 | 8 | ||
| 9 | /// <summary> | 9 | /// <summary> |
| 10 | /// Class to define the identifier and access for a tuple. | 10 | /// Class to define the identifier and access for a symbol. |
| 11 | /// </summary> | 11 | /// </summary> |
| 12 | [DebuggerDisplay("{Access} {Id,nq}")] | 12 | [DebuggerDisplay("{Access} {Id,nq}")] |
| 13 | public class Identifier | 13 | public class Identifier |
| @@ -46,12 +46,12 @@ namespace WixToolset.Data | |||
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | /// <summary> | 48 | /// <summary> |
| 49 | /// Access modifier for a tuple. | 49 | /// Access modifier for a symbol. |
| 50 | /// </summary> | 50 | /// </summary> |
| 51 | public AccessModifier Access { get; } | 51 | public AccessModifier Access { get; } |
| 52 | 52 | ||
| 53 | /// <summary> | 53 | /// <summary> |
| 54 | /// Identifier for the tuple. | 54 | /// Identifier for the symbol. |
| 55 | /// </summary> | 55 | /// </summary> |
| 56 | public string Id { get; } | 56 | public string Id { get; } |
| 57 | 57 | ||
