Exemplo n.º 1
0
        public override IList <DsfForEachItem> GetForEachOutputs()
        {
            var enumerable = SystemInformationCollection.Select(to => to.Result);

            return(GetForEachItems(enumerable.ToArray()));
        }
Exemplo n.º 2
0
 public override List <string> GetOutputs() => SystemInformationCollection.Select(to => to.Result).ToList();