diff options
Diffstat (limited to 'src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs')
-rw-r--r-- | src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs index 49f68de5..7244798a 100644 --- a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs +++ b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs | |||
@@ -12,7 +12,7 @@ namespace Example.Extension | |||
12 | { | 12 | { |
13 | private string exampleValueFromCommandLine; | 13 | private string exampleValueFromCommandLine; |
14 | 14 | ||
15 | public IEnumerable<ExtensionCommandLineSwitch> CommandLineSwitches => throw new NotImplementedException(); | 15 | public IReadOnlyCollection<ExtensionCommandLineSwitch> CommandLineSwitches => throw new NotImplementedException(); |
16 | 16 | ||
17 | public ExamplePreprocessorExtensionAndCommandLine() | 17 | public ExamplePreprocessorExtensionAndCommandLine() |
18 | { | 18 | { |