is there a fast way exitend to get the results of the Match activity (a IENumerable) to a datatable? I got like 4000 matches and want to store them in a datatable, looping through the IEnumerable results is to time intensive.
A solution could be strOut = string.join(ā,ā,ieNumerable) but this option gives me the whole IENumerable and I want just the group.
For the moment my only solution would be looping through ieNumerable(counter).Groups(1).