aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-18 17:55:28 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-18 23:24:21 -0600
commit8d27ac8bd8eb8ec320714a0bc201b05728da2206 (patch)
tree7b7e7e25510fa23c84da6717d982af6b0f969075 /src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
parent2baff8dcce00fea541028dc927f34eb57641e47d (diff)
downloadwix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.tar.gz
wix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.tar.bz2
wix-8d27ac8bd8eb8ec320714a0bc201b05728da2206.zip
Enable XML doc.
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
index fc0410e9..4b2ce129 100644
--- a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
+++ b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs
@@ -32,7 +32,7 @@ namespace WixToolset.Data.WindowsInstaller.Rows
32 /// Gets the summary property ID for the <paramref name="row"/>. 32 /// Gets the summary property ID for the <paramref name="row"/>.
33 /// </summary> 33 /// </summary>
34 /// <param name="row">The row to index.</param> 34 /// <param name="row">The row to index.</param>
35 /// <returns>The summary property ID for the <paramref name="row"/>. 35 /// <returns>The summary property ID for the <paramref name="row"/>.</returns>
36 protected override int GetKeyForItem(Row row) 36 protected override int GetKeyForItem(Row row)
37 { 37 {
38 return (int)row[0]; 38 return (int)row[0];