Fills the properties of the given category into an instance representing that category.
Variable Iterator. Iterates over variables of a category, with the foreach delegate being called with the name of the category (not including the root string prefix) and an instance containing the properties within that category.
Variable Iterator. Iterates over variables of a category, with the foreach delegate being called with only the name of the category (not including the root string prefix).
The full parsed configuration. This contains all sections of the configuration, but only those that begin with the root string are iterated upon.
The root string that is used to filter sections of the configuration over which to iterate. For instance, in a config file containing sections 'LOG.a', 'LOG.b', 'LOG.a.a1' etc., the root string would be "LOG".
type of the class to iterate upon
type of the source of values of the class' members - must provide foreach iteration over its elements (defaults to ConfigParser)
Config Iterator. Iterates over variables of a category