13
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
double Getal;
8
9
Getal = Math.E;
10
11
Console.WriteLine(Getal);
12
}
13
}
Cached Result
Distinct() on both values
(1, 12)
(1, 2)
(1, 18)
(2, 12)
GroupBy() second value
(1, 12)
(1, 2)
(1, 18)
(1, 12)
(1, 2)
(1, 18)
(2, 12)
GroupBy() second value
(1, 12)
(1, 2)
(1, 18)