This Tridion .NET TBB gathers all repeating fields in a component and adds them as entries into the package. They’re grouped to allow you to iterate over individual groups.
using System.Collections.Generic;
using System.Linq;
using ContentManagement... Read the full text.