diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-03-01 11:05:02 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 11:08:36 -0800 |
| commit | e9fea339e473e6dcc32e34e995429b41cabb6c22 (patch) | |
| tree | cad7210c4adcfa8f11b460eaadb1178c52d28e32 /src/WixToolset.Extensibility/ICompilerExtension.cs | |
| parent | 543ce1ac2e203ac0dc8fa3227bb2c40c12e6e17e (diff) | |
| download | wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.tar.gz wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.tar.bz2 wix-e9fea339e473e6dcc32e34e995429b41cabb6c22.zip | |
Expose only abstracts and enums from WixToolset.Extensibility
Diffstat (limited to 'src/WixToolset.Extensibility/ICompilerExtension.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/ICompilerExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/ICompilerExtension.cs b/src/WixToolset.Extensibility/ICompilerExtension.cs index b2dd6d04..f2fd8193 100644 --- a/src/WixToolset.Extensibility/ICompilerExtension.cs +++ b/src/WixToolset.Extensibility/ICompilerExtension.cs | |||
| @@ -45,7 +45,7 @@ namespace WixToolset.Extensibility | |||
| 45 | /// <param name="parentElement">Parent element of element to process.</param> | 45 | /// <param name="parentElement">Parent element of element to process.</param> |
| 46 | /// <param name="element">Element to process.</param> | 46 | /// <param name="element">Element to process.</param> |
| 47 | /// <param name="contextValues">Extra information about the context in which this element is being parsed.</param> | 47 | /// <param name="contextValues">Extra information about the context in which this element is being parsed.</param> |
| 48 | ComponentKeyPath ParsePossibleKeyPathElement(Intermediate intermediate, IntermediateSection section, XElement parentElement, XElement element, IDictionary<string, string> context); | 48 | IComponentKeyPath ParsePossibleKeyPathElement(Intermediate intermediate, IntermediateSection section, XElement parentElement, XElement element, IDictionary<string, string> context); |
| 49 | 49 | ||
| 50 | /// <summary> | 50 | /// <summary> |
| 51 | /// Called at the end of the compilation of a source file. | 51 | /// Called at the end of the compilation of a source file. |
