public static TesterComponentRecordList GetComponents(bool onlySeries)
        {
            TesterComponentRecordList componentRecordList = new TesterComponentRecordList();

            foreach (TesterComponentRecord testerComponentRecord in TesterComponentManager.G1d22oBB0)
            {
                if (!onlySeries || testerComponentRecord.Type == typeof(SeriesTesterItem))
                {
                    componentRecordList.x1QyU3cJOi(testerComponentRecord);
                }
            }
            return(componentRecordList);
        }
Esempio n. 2
0
 public static TesterComponentRecordList GetComponents(bool onlySeries)
 {
   TesterComponentRecordList componentRecordList = new TesterComponentRecordList();
   foreach (TesterComponentRecord testerComponentRecord in TesterComponentManager.G1d22oBB0)
   {
     if (!onlySeries || testerComponentRecord.Type == typeof (SeriesTesterItem))
       componentRecordList.x1QyU3cJOi(testerComponentRecord);
   }
   return componentRecordList;
 }