Unzip3
Splits a collection of triples into three collections.
Parameters
Returns
IEnumerable<(T, T2, T3)> source
(IEnumerable<T>, IEnumerable<T2>, IEnumerable<T3>)
Usage
With same type collections
With different types collections
Last updated
Was this helpful?