C# Class EnumerableExtensions, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ForEach ( IEnumerable collection, Action? actionExceptLast = null, Action? actionOnLast = null ) : void

Method Details

ForEach() public static méthode

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