EnumerableExtensions.ForEach<T> Yöntem

Tanım

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Tür Parametreleri

T

Xamarin tarafından dahili kullanım için. Forms platformu.

Parametreler

enumeration
System.Collections.Generic.IEnumerable<T>

Xamarin tarafından dahili kullanım için. Forms platformu.

action
System.Action<T>

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır