示例#1
0
 public void EvaluatePropertyValues(ConfigIni config, string sectionName, string propertyKey,
                                    IList <InstructionToken> instructions, IList <string> values)
 {
     config.FindPropertyInstructions(sectionName, propertyKey, instructions);
     ExecutePropertyInstructions(instructions, values);
 }