EnumerableExtensions.ForEach<T> Method

Definition

For internal use by the Xamarin.Forms platform.

public static void ForEach<T> (this System.Collections.Generic.IEnumerable<T> enumeration, Action<T> action);
static member ForEach : seq<'T> * Action<'T> -> unit

Type Parameters

T

For internal use by the Xamarin.Forms platform.

Parameters

enumeration
IEnumerable<T>

For internal use by the Xamarin.Forms platform.

action
Action<T>

For internal use by the Xamarin.Forms platform.

Applies to