Пример #1
0
 public static void Explore <T>(this IEnumerable <T> source)
 {
     source.ExploreWithNteract();
 }