C# Class ConsoleApp.EnumerableExtensions

Show file Open project: shendongnian/code

Public Methods

Method Description
ForEach ( IEnumerable source, Action action ) : void

Method Details

ForEach() public static method

public static ForEach ( IEnumerable source, Action action ) : void
source IEnumerable
action Action
return void