You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Produces the union enumerator of two enumerators.
9
+
/// </summary>
10
+
/// <param name="e1"><see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameter will provide values in ascending order</param>
11
+
/// <param name="e2"><see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameter will provide values in ascending order</param>
12
+
/// <returns>
13
+
/// <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />
/// Produces the union enumerator of three enumerators.
22
+
/// </summary>
23
+
/// <param name="e1"><see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameter will provide values in ascending order</param>
24
+
/// <param name="e2"><see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameter will provide values in ascending order</param>
25
+
/// <param name="e3"><see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameter will provide values in ascending order</param>
26
+
/// <returns>
27
+
/// <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />
/// <param name="enumerators">Array of <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameters will provide values in ascending order</param>
39
+
/// <returns>
40
+
/// <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />
/// <param name="enumerators">Enumerable of <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />. Expects that parameters will provide values in ascending order</param>
51
+
/// <returns>
52
+
/// <see cref="IEnumerator{T}" /> type of <see cref="DateOnly" />
0 commit comments