File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12608,12 +12608,12 @@ Only unique elements are returned.
12608
12608
<Parameter Name="second" Type="System.Collections.Generic.IEnumerable<TSecond>" Index="1" FrameworkAlternate="netcore-3.0" />
12609
12609
</Parameters>
12610
12610
<Docs>
12611
- <typeparam name="TFirst">To be added .</typeparam>
12612
- <typeparam name="TSecond">To be added .</typeparam>
12613
- <param name="first">To be added .</param>
12614
- <param name="second">To be added .</param>
12615
- <summary>To be added .</summary>
12616
- <returns>To be added .</returns>
12611
+ <typeparam name="TFirst">The type of the elements of the first input sequence .</typeparam>
12612
+ <typeparam name="TSecond">The type of the elements of the second input sequence .</typeparam>
12613
+ <param name="first">The first sequence to merge .</param>
12614
+ <param name="second">The second sequence to merge .</param>
12615
+ <summary>Produces a sequence of tuples with elements from the two specified sequences .</summary>
12616
+ <returns>A sequence of tuples with elements taken from the first and second sequences, in that order .</returns>
12617
12617
<remarks>To be added.</remarks>
12618
12618
</Docs>
12619
12619
</Member>
Original file line number Diff line number Diff line change 8297
8297
<Parameter Name="source2" Type="System.Collections.Generic.IEnumerable<TSecond>" Index="1" FrameworkAlternate="netcore-3.0" />
8298
8298
</Parameters>
8299
8299
<Docs>
8300
- <typeparam name="TFirst">To be added .</typeparam>
8301
- <typeparam name="TSecond">To be added .</typeparam>
8302
- <param name="source1">To be added .</param>
8303
- <param name="source2">To be added .</param>
8304
- <summary>To be added .</summary>
8305
- <returns>To be added .</returns>
8300
+ <typeparam name="TFirst">The type of the elements of the first input sequence .</typeparam>
8301
+ <typeparam name="TSecond">The type of the elements of the second input sequence .</typeparam>
8302
+ <param name="source1">The first sequence to merge .</param>
8303
+ <param name="source2">The second sequence to merge .</param>
8304
+ <summary>Produces a sequence of tuples with elements from the two specified sequences .</summary>
8305
+ <returns>A sequence of tuples with elements taken from the first and second sequences, in that order .</returns>
8306
8306
<remarks>To be added.</remarks>
8307
8307
</Docs>
8308
8308
</Member>
You can’t perform that action at this time.
0 commit comments