aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/IBinderCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Extensibility/IBinderCore.cs')
-rw-r--r--src/WixToolset.Extensibility/IBinderCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IBinderCore.cs b/src/WixToolset.Extensibility/IBinderCore.cs
index a4044c11..dd3fa3fe 100644
--- a/src/WixToolset.Extensibility/IBinderCore.cs
+++ b/src/WixToolset.Extensibility/IBinderCore.cs
@@ -22,7 +22,7 @@ namespace WixToolset.Extensibility
22 /// Gets the table definitions used by the Binder. 22 /// Gets the table definitions used by the Binder.
23 /// </summary> 23 /// </summary>
24 /// <value>Table definitions used by the binder.</value> 24 /// <value>Table definitions used by the binder.</value>
25 TableDefinitionCollection TableDefinitions { get; } 25 //TableDefinitionCollection TableDefinitions { get; }
26 26
27 /// <summary> 27 /// <summary>
28 /// Generate an identifier by hashing data from the row. 28 /// Generate an identifier by hashing data from the row.