提交 465577f9 编写于 作者: S Stephen Toub

Merge pull request dotnet/corefx#8932 from jcouv/deconstruction

ValueTuple: adding Deconstruct and other tuple interop methods for System.Tuple

Commit migrated from https://github.com/dotnet/corefx/commit/8886480f82b83d31a3d406ba711661d1937193f5
......@@ -17,6 +17,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Runtime\CompilerServices\TupleElementNamesAttribute.cs" />
<Compile Include="System\ValueTuple\TupleExtensions.cs" />
<Compile Include="System\ValueTuple\ValueTuple.cs" />
</ItemGroup>
<ItemGroup>
......
......@@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="TupleElementNamesAttribute\UnitTests.cs" />
<Compile Include="ValueTuple\ExtensionsTests.cs" />
<Compile Include="ValueTuple\UnitTests.cs" />
</ItemGroup>
<ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册