EnumerableExtensions.ForEach<T> 메서드

정의

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

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

형식 매개 변수

T

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

매개 변수

enumeration
System.Collections.Generic.IEnumerable<T>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

action
System.Action<T>

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상