Beispiel #1
0
 /// <param name="insight">The insight to be grouped</param>
 public static IEnumerable <Insight> Group(Insight insight) => Group(new[] { insight });
Beispiel #2
0
 /// <param name="insight">The insight to be emitted</s>
 public void EmitInsights(Insight insight)
 {
     EmitInsights(new[] { insight });
 }