public static IEnumerable<T> FlattenTree<T>(IEnumerable<T> e, Func<T,IEnumerable`1> f)
Parameters
IEnumerable
Func<T,IEnumerable`1> f
See also:
Class LinqExtensions© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic