From b2ff456469c4905be6df44f851cbf42bbcd629ee Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 27 Dec 2017 13:13:41 -0800 Subject: Make TableDefinitions ColumnDefinitions an array and other minor cleanup --- src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs b/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs index 1b7de72b..57ba19d1 100644 --- a/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs +++ b/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs @@ -17,7 +17,7 @@ namespace WixToolset.Data.WindowsInstaller /// public TableIndexedCollection() { - this.collection = new Dictionary(); + this.collection = new Dictionary(); } /// -- cgit v1.2.3-55-g6feb