Creates an iterator that iterates over groups that start with a common string, filling an instance of the passed class type from the variables of each matching group and calling the delegate.
type of the class to fill
source to use
start of the group name
instance of the source to use
iterator that iterates over all groups matching the pattern
See Implementation
Creates an iterator that iterates over groups that start with a common string, filling an instance of the passed class type from the variables of each matching group and calling the delegate.