GetValues(string, IResultCollector)
            Fills collector's values for the given result name.
            
Declaration Syntax
public void GetValues(string resultName, IResultCollector collector)
Parameters
- resultName(string)
- The result name. 
- collector(IResultCollector)
- The result collector to fill with the result's values.