diff options
Diffstat (limited to 'src/WixToolset.Data/IntermediateSectionExtensions.cs')
| -rw-r--r-- | src/WixToolset.Data/IntermediateSectionExtensions.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/WixToolset.Data/IntermediateSectionExtensions.cs b/src/WixToolset.Data/IntermediateSectionExtensions.cs deleted file mode 100644 index 80e64eaa..00000000 --- a/src/WixToolset.Data/IntermediateSectionExtensions.cs +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
| 2 | |||
| 3 | namespace WixToolset.Data | ||
| 4 | { | ||
| 5 | public static class IntermediateSectionExtensions | ||
| 6 | { | ||
| 7 | public static T AddSymbol<T>(this IntermediateSection section, T symbol) | ||
| 8 | where T : IntermediateSymbol | ||
| 9 | { | ||
| 10 | section.Symbols.Add(symbol); | ||
| 11 | return symbol; | ||
| 12 | } | ||
| 13 | } | ||
| 14 | } | ||
