Unzip
Splits a collection of pairs into two collections.
Parâmetros
Retorno
IEnumerable<(T, T2)> source
(IEnumerable<T>, IEnumerable<T2>)
Usage
With same type collections
With different types collections
Last updated
Was this helpful?
Splits a collection of pairs into two collections.
Parâmetros
Retorno
IEnumerable<(T, T2)> source
(IEnumerable<T>, IEnumerable<T2>)
With same type collections
With different types collections
Last updated
Was this helpful?