Friday, January 20, 2023

c# - How applicate LINQ WHERE and FOREACH

this.ConditionGroups.Where( x => x.Active == true ).ToList().ForEach( condition => {
  ...        
} );

No comments:

Post a Comment