C# Class EnumerableExtensions, code

Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
ForEach ( IEnumerable collection, Action? actionExceptLast = null, Action? actionOnLast = null ) : void

Method Details

ForEach() public static method

public static ForEach ( IEnumerable collection, Action? actionExceptLast = null, Action? actionOnLast = null ) : void
collection IEnumerable
actionExceptLast Action?
actionOnLast Action?
return void