diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/RowDictionary.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/RowDictionary.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs b/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs index bbb97c25..ad7764bc 100644 --- a/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs +++ b/src/WixToolset.Core.WindowsInstaller/RowDictionary.cs | |||
@@ -21,19 +21,6 @@ namespace WixToolset.Core.WindowsInstaller | |||
21 | } | 21 | } |
22 | 22 | ||
23 | /// <summary> | 23 | /// <summary> |
24 | /// Creates and populates a <see cref="RowDictionary{T}"/> with the rows from the given enumerator. | ||
25 | /// </summary> | ||
26 | /// <param name="rows">Rows to add.</param> | ||
27 | public RowDictionary(IEnumerable<T> rows) | ||
28 | : this() | ||
29 | { | ||
30 | foreach (T row in rows) | ||
31 | { | ||
32 | this.Add(row); | ||
33 | } | ||
34 | } | ||
35 | |||
36 | /// <summary> | ||
37 | /// Creates and populates a <see cref="RowDictionary{T}"/> with the rows from the given <see cref="Table"/>. | 24 | /// Creates and populates a <see cref="RowDictionary{T}"/> with the rows from the given <see cref="Table"/>. |
38 | /// </summary> | 25 | /// </summary> |
39 | /// <param name="table">The table to index.</param> | 26 | /// <param name="table">The table to index.</param> |