Implements System.IValueTupleInternal.
Definition at line 2354 of file ValueTuple.cs.
2355 {
2357 T1 val;
2359 if (
Rest is IValueTupleInternal)
2360 {
2361 array =
new string[15];
2363 val = default(T1);
2364 if (val == null)
2365 {
2368 if (val == null)
2369 {
2372 }
2373 }
2376 }
2377 string[]
array2 =
new string[16];
2379 val = default(T1);
2381 if (val == null)
2382 {
2385 if (val == null)
2386 {
2389 }
2390 }
2398 T6
val2 =
default(T6);
2401 {
2405 {
2408 }
2409 }
2417 T5
val3 =
default(T5);
2420 {
2424 {
2427 }
2428 }
2436 T3
val4 =
default(T3);
2439 {
2443 {
2446 }
2447 }
2454 T2
val5 =
default(T2);
2456 {
2460 {
2463 }
2464 }
2474 {
2478 {
2481 }
2482 }
2489 T4
val6 =
default(T4);
2492 {
2496 {
2499 }
2500 }
2508 T7
val7 =
default(T7);
2511 {
2515 {
2518 }
2519 }
2528 {
2532 {
2535 }
2536 }
2546 {
2550 {
2553 }
2554 }
2562 return string.Concat(
array);
2569 {
2573 {
2576 }
2577 }
2586 {
2590 {
2593 }
2594 }
2603 {
2607 {
2610 }
2611 }
2619 return string.Concat(
array2);
2620 }
string IValueTupleInternal. ToStringEnd()
References System.array, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item1, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item2, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item3, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item4, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item5, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item6, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Item7, System.obj, System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.Rest, and System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.ToStringEnd().