diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-03 11:38:20 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-03 13:51:31 +1000 |
| commit | 11112ebcdf97d4fa53e34d9dfe48410ff2378435 (patch) | |
| tree | d995b68bb319a052c2259c8a4b6dbdf665926fca /src/test/Example.Extension/ExampleTuple.cs | |
| parent | 37356647817b72a336eeedaa7472e268a04054c8 (diff) | |
| download | wix-11112ebcdf97d4fa53e34d9dfe48410ff2378435.tar.gz wix-11112ebcdf97d4fa53e34d9dfe48410ff2378435.tar.bz2 wix-11112ebcdf97d4fa53e34d9dfe48410ff2378435.zip | |
Use TupleIdIsPrimaryKey.
Diffstat (limited to 'src/test/Example.Extension/ExampleTuple.cs')
| -rw-r--r-- | src/test/Example.Extension/ExampleTuple.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/Example.Extension/ExampleTuple.cs b/src/test/Example.Extension/ExampleTuple.cs index 0fc0d82c..f2bcb925 100644 --- a/src/test/Example.Extension/ExampleTuple.cs +++ b/src/test/Example.Extension/ExampleTuple.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 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. | 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 | 2 | ||
| 3 | namespace Example.Extension | 3 | namespace Example.Extension |
| 4 | { | 4 | { |
| @@ -6,7 +6,6 @@ namespace Example.Extension | |||
| 6 | 6 | ||
| 7 | public enum ExampleTupleFields | 7 | public enum ExampleTupleFields |
| 8 | { | 8 | { |
| 9 | Example, | ||
| 10 | Value, | 9 | Value, |
| 11 | } | 10 | } |
| 12 | 11 | ||
